Skip to content

http_requests_total, http_request_duration_seconds_sum, and http_request_duration_seconds_count #4165

Answered by cijothomas
collinkruger asked this question in Q&A
Discussion options

You must be logged in to vote

http_client_duration_ms_bucket, and http_server_duration_ms_bucket.

The above are expected from OpenTelemetry instrumentaion for HttpClient, Asp.NEt Core respective, and they follow OTel semantic conventions : https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/semantic_conventions/http-metrics.md

OpenTelemetry does not have any convention that would result in "http_requests" metric, so it wont be part of OTel instrumented app.
My best guess is that - its coming from a non-OTel component, like Prometheus Client in .NET/something else.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@collinkruger
Comment options

Answer selected by collinkruger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants