Skip to content

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.

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.

openstatus metrics in grafana openstatus metrics in honeycomb openstatus metrics in new-relic openstatus metrics in signoz