Why Open telemetry metrics are not getting exported to console and OTLP in .net core API ? #3121
Unanswered
manu-balakrishnan
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Without seeing a minimal repro app, its not possible to tell what is going on. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Open telemetry metrics are not getting exported to console and OTLP in .net core API. here is my configurations.
Startup.cs
docker-compose
otel-collector-config
Prometheus
I have added few counters and incremented its value in one of the controller. however while triggering the API, metrics are not getting exported to neither console nor OTLP. Please help to resolve the issue.
Beta Was this translation helpful? Give feedback.
All reactions