dotnet / aspire-samples

MIT License
742 stars 217 forks source link

Update metrics sample to use OTLP #581

Open JamesNK opened 1 week ago

JamesNK commented 1 week ago

Prometheus now advertises support for receiving data over OTLP: https://prometheus.io/docs/guides/opentelemetry/

We should change the metrics sample from using scaping to using OTLP.