[exporter/datadog] Rename metrics::report_quantiles
to metrics::summaries::mode
#8845
Labels
metrics::report_quantiles
to metrics::summaries::mode
#8845
What will change?
The
metrics::report_quantiles
setting from the Datadog exporter will be renamed tometrics::summaries::mode
, which will hold an enum. The setting name was taken from the Datadog OpenMetrics integration, but it limits future modes and it's not in a dedicated section for the metric type.Who is affected?
You are affected if you explicitly set
metrics::report_quantiles
on your Datadog exporter configuration. If you are affected, a warning will be logged stating that you are using it, together with a link to this issue.Example warning:
The default behavior of the Datadog exporter will not change.
What should I do if I am affected?
Remove any references to
metrics::report_quantiles
from your configuration and setmetrics::summaries::mode
instead.Example with
metrics::report_quantiles: true
(click to expand)If using:
You can replace it by
Example with
metrics::report_quantiles: false
(click to expand)If using:
You can replace it by
When will it change?
To be filled when this happens
metrics::report_quantiles
The text was updated successfully, but these errors were encountered: