We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I'm doing a late review of #6421, and am comparing it to the implementation here: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/9cb3ada6449ae195aa904f82f1ac972ff401974b/pkg/translator/prometheusremotewrite/histograms.go#L50
We need to ensure the scale is valid for Prometheus (-4 to 8), and scale down if it is greater than 8, or reject.
cc @GiedriusS
The text was updated successfully, but these errors were encountered:
@MrAlias could I pick this up?
Sorry, something went wrong.
prometheus: validate exponential histogram scale range (open-telemetr…
e90f741
…y#6779)
6f10f59
4c1e41b
highlyavailable
Successfully merging a pull request may close this issue.
I'm doing a late review of #6421, and am comparing it to the implementation here: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/9cb3ada6449ae195aa904f82f1ac972ff401974b/pkg/translator/prometheusremotewrite/histograms.go#L50
We need to ensure the scale is valid for Prometheus (-4 to 8), and scale down if it is greater than 8, or reject.
cc @GiedriusS
The text was updated successfully, but these errors were encountered: