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

Migrate away from prometheus untyped feature gate #207

Open
dashpole opened this issue May 7, 2024 · 0 comments
Open

Migrate away from prometheus untyped feature gate #207

dashpole opened this issue May 7, 2024 · 0 comments

Comments

@dashpole
Copy link
Contributor

dashpole commented May 7, 2024

The upstream prometheus receiver now supports storing the original promethues type in the metric metadata (open-telemetry/opentelemetry-collector-contrib#32605), which is released in v0.100.0 of opentelemetry-collector-contrib.

The googlemanagedprometheus exporter also supports reading the original type from metric metadata, and double-writing it in the GMP format for unknown metrics (GoogleCloudPlatform/opentelemetry-operations-go#839), which is released in v0.47.0 of opentelemetry-operations-go.

This replaces the usage of the gcp.untypedDoubleExport feature gate, and should remove the need to maintain a fork of the prometheus receiver here: https://github.com/GoogleCloudPlatform/opentelemetry-operations-collector/tree/master/receiver/prometheusreceiver

@ridwanmsharif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant