Tech-Modernization / observability-demo-app

A demonstration application to help with exploring Observability best practice including SLI's, SLO's, and Error Budgets
Other
0 stars 0 forks source link

Send metrics to OTLP Collector rather than using Prometheus #13

Closed eRS2bfsBpx14ic15IW6URgqOiBCvHvsEOekBGNJ closed 7 months ago

eRS2bfsBpx14ic15IW6URgqOiBCvHvsEOekBGNJ commented 2 years ago

There was a request on the OpenTelemetry Slack for a demo app supporting the Otel Metrics via OTLP collector.

https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/prometheusexporter has the collector details, with more information on the spec updates at https://github.com/open-telemetry/opentelemetry-specification/pull/2017

It would be good to move the metrics away from the flask Prometheus exporter and into this format so we can scrape it with whatever target observability platform is in use.

eRS2bfsBpx14ic15IW6URgqOiBCvHvsEOekBGNJ commented 7 months ago

Closing as I'm no longer working at Contino