SigNoz Monitoring
Status of SigNoz as a monitoring provider in this codebase.
SigNoz is not implemented as a built-in monitoring provider in this repo.
The shipped monitoring stack registers Sentry and falls back to the console service when no provider is configured.
Relevant code:
packages/monitoring/api/src/get-monitoring-provider.tspackages/monitoring/api/src/components/provider.tsxpackages/monitoring/api/src/server.tspackages/monitoring/core/src/console-monitoring.service.ts
If you need SigNoz, add it as a custom provider rather than following plugin-install guidance.