-
Notifications
You must be signed in to change notification settings - Fork 778
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
Add enrichment & filter for http client metrics #4889
Add enrichment & filter for http client metrics #4889
Conversation
a3965f6
to
fe8a089
Compare
fe8a089
to
f0da9eb
Compare
#4374 Please see the existing PR that never was merged. Adding this require some design discussions to make sure everyone is aligned. |
This PR was marked stale due to lack of activity and will be closed in 7 days. Commenting or Pushing will instruct the bot to automatically remove the label. This bot runs once per day. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
Why this PR is closed? I don't see this feaure in the current "AddAspNetCoreInstrumentation()" metrics implementation. |
See open-telemetry/opentelemetry-dotnet-contrib#1733 (comment) |
Fixes open-telemetry/opentelemetry-dotnet-contrib#1775
Design discussion issue #
Changes
Ability to filter and enrich http client metrics
AddHttpClientInstrumentation
accepts configuration delegateHttpClientMetricInstrumentationOptions
is public now and has two new properties (returning delegates) -Filter
andEnrich
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial changes