OpenTelemetry
Send telemetry data to OpenTelemetry.
{
"OpenTelemetry": {
"Otlp": {
"Endpoint": "http://localhost:9090/api/v1/otlp/v1/metrics"
}
}
}Prometheus
.\prometheus.exe --web.enable-otlp-receiver{
"OpenTelemetry": {
"Otlp": {
"Endpoint": "http://localhost:9090/api/v1/otlp/v1/metrics"
}
}
}Last updated
Was this helpful?