http.server.*
metrics are missing
#679
Unanswered
cooperbenson-qz
asked this question in
Q&A
Replies: 1 comment
-
We use the LGTM image in our OATs tool, which we use for testing our grafana-opentelemetry-dotnet repo. I just opened a PR to explicitly add an assertion on Things I'd suggest to check include:
Without a repro project to take a look at to potentially debug, this sounds like an application and/or configuration issue given that this is working as expected in our .NET distro's tests that use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using this project to run a local metrics stack for development, but I've noticed a strange behavior. For some reason, the
http.server.request.duration
,http.server.request.body.size
, andhttp.server.response.body.size
metrics are completely missing from Grafana. I don't think it's an application side issue considering that the metrics are successfully collected from our deployed services. I took a look at the collector and Prometheus config files but nothing stuck out to me that would be filtering out these metrics. Can anyone help me sort out where these metrics are going?Beta Was this translation helpful? Give feedback.
All reactions