-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Instrumentation.AspNetCore, Instrumentation.HttpClient] Add Enrichment instructions #2059
[Instrumentation.AspNetCore, Instrumentation.HttpClient] Add Enrichment instructions #2059
Conversation
This feature allows you to add custom tags to metrics like `http.server.request.duration`, | ||
which records the duration of HTTP requests on the server. | ||
|
||
Here's an example of enriching the `http.server.request.duration` metric: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where do user specify that they intend to enrich http.server.request.duration
metric, and nothing else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in 99a4211
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am still confused. Where does user specify that they intend to enrich "http.server.request.duration" metric, and nothing else?
The example just shows how to get IHttpMetricsTagsFeature
and add tags to it. But don't see any place where user selects which metric is this applied to.
…omchenko/opentelemetry-dotnet-contrib into add-enrichment-instructions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for improving the docs! I have requested changes to address the comments left.
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
Fixes #1762
Changes
Add Enrichment instructions for .NET8.0 for
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial changes