-
Notifications
You must be signed in to change notification settings - Fork 772
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
[docs-metrics] Customer ExemplarReservoir and View API configuration #5624
[docs-metrics] Customer ExemplarReservoir and View API configuration #5624
Conversation
@@ -331,6 +331,28 @@ var meterProvider = Sdk.CreateMeterProviderBuilder() | |||
.Build(); | |||
``` | |||
|
|||
### Changing the ExemplarReservoir for a Metric | |||
|
|||
To set the [ExemplarReservoir](#exemplarreservoir) for an individual metric, use |
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.
start with saying "The default Reservoir is xyz. There is no ability to change default Reservoir. However, an experimental API is available to change the Reservoir using the View API"...
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 don't feel this is really necessary. The ExemplarReservoir
link/anchor there jumps down to the section with all that detail.
I did add this though: 9dcb5be
Relates to #2527
Changes
ExemplarReservoir
s and use the View API to configure them for a metricMerge requirement checklist