How to Export Metrics to your OTLP endpoint
At openstatus, we believe you should be able to export your metrics to your OTLP endpoint without having to change your existing monitoring platform.
Export your metrics to your OTLP endpoint
Section titled “Export your metrics to your OTLP endpoint”In your monitoring platform find the configuration section for metrics export.
Right now we only support HTTP OTLP endpoint.
In your openstatus.yaml
file, add the following configuration:
openTelemetry: endpoint: http://your-otel-endpoint:4318/v1/metrics headers: Authorization: Bearer your-token
After every check we will send you the metrics to your monitoring stack.
Grafana
Section titled “Grafana”
honeycomb
Section titled “honeycomb”
New Relic
Section titled “New Relic”
signoz
Section titled “signoz”