observability.monitoring: true- a destination under
k8s-monitoring.extraDestinations
Supported backends
Zylon supports three backend families:| Backend | YAML type | Typical URL |
|---|---|---|
| Prometheus | prometheus | https://prometheus.example.com/api/v1/write |
| Grafana-compatible Prometheus backend | prometheus | https://<stack>.grafana.net/api/prom/push |
| OTLP collector | otlp | https://otel.example.com/v1/metrics or grpc://otel.example.com:4317 |
grafana destination type. Grafana-compatible metrics services still use type: prometheus.
Destination shape
Destination examples
- Prometheus
- Grafana-Compatible
- OTLP
Use Prometheus must have the remote-write receiver enabled, for example by starting Prometheus with:For self-signed Prometheus endpoints, pass the CA certificate so TLS verification stays enabled:
type: prometheus for a self-hosted Prometheus server with remote-write enabled: