Skip to content
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

GMP: target_info and otel_scope_info metrics are INT-typed #843

Closed
dashpole opened this issue Apr 30, 2024 · 0 comments · Fixed by #844
Closed

GMP: target_info and otel_scope_info metrics are INT-typed #843

dashpole opened this issue Apr 30, 2024 · 0 comments · Fixed by #844
Labels
bug Something isn't working

Comments

@dashpole
Copy link
Contributor

Prometheus metrics scraped from a prometheus endpoint are always double-typed, so if a user is using GMP's managed collection, and has a target_info or otel_scope_info metric, that metric will have a double value type.

This means that using the collector's GMP exporter and managed GMP collection will result in one of the two having write errors.

This is similar to #798, in that we want to write all GMP metrics as double to avoid this scenario.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant