contino / observability-demo-app

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

Send metrics to OTLP Collector rather than using Prometheus #13

Closed proffalken closed 7 months ago

proffalken 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.

proffalken commented 7 months ago

Closing as I'm no longer working at Contino