Skip to content

Commit

Permalink
Update src/OpenTelemetry.Instrumentation.AspNetCore/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Vishwesh Bankwar <[email protected]>
  • Loading branch information
TimothyMothra and vishweshbankwar authored Sep 12, 2023
1 parent 255b2da commit 12d10cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenTelemetry.Instrumentation.AspNetCore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Have you opt-ed into the new Http Semantic Conventions using `OTEL_SEMCONV_STABI
|-------|-----------------|------|-------------|
| `http.server.request.duration` | Histogram | `s` | Measures the duration of inbound HTTP requests. |

This metric is emitted in "seconds" as per the semantic convention. While
This metric is emitted in `seconds` as per the semantic convention. While
the convention [recommends using custom histogram buckets](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/http-metrics.md#metric-httpserverrequestduration)
, this feature is not yet available via .NET Metrics API.
A [workaround](https://github.com/open-telemetry/opentelemetry-dotnet/pull/4820)
Expand Down

0 comments on commit 12d10cf

Please sign in to comment.