Closed dominikjeske closed 3 months ago
@dominikjeske, could you please provide Minimal, Reproducible Example? If you provide code which we can easily reproduce it should reduce time to solve.
If you find the root cause of the issue/find the way how to solve it will be great if you can share. PR is more than welcomed.
BTW Prometheus is supporting OTLP now. This might be an option to you to solve it (technically workaround, but it is the recommended protocol).
Closed as inactive. Feel free to reopen if this issue is still a concern.
Package
OpenTelemetry
Package Version
Runtime Version
net8.0
Description
Today I tried to use OTel 1.9 but still I have problems with metrics. Prometheus logs:
When rollback to 1.7 everything looks good. Same problem was on 1.8 https://github.com/open-telemetry/opentelemetry-dotnet/issues/5613 and issue was closed as resolved.
Is this a bug or we have to use new prometheus to handle metrics from 1.8+?
Steps to Reproduce
Just use standard OTel and serve prometheus endpoint
Expected Result
Prometheus agent is grabbing data with success
Actual Result
Errors from description
Additional Context
No response