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

Add support for open telemetry #93

Open
PW999 opened this issue May 24, 2023 · 0 comments
Open

Add support for open telemetry #93

PW999 opened this issue May 24, 2023 · 0 comments

Comments

@PW999
Copy link

PW999 commented May 24, 2023

We've been using the collector for a while now on a self-hosted prometheus instance and it's been working great for us.
We're now moving to an AWS managed prometheus instance and since it doesn't support pull configs, we're using opentelemetry to pull the metrics and remote write them to the managed prometheus.

However, renaming metrics is disallowed in otel due to open-telemetry/opentelemetry-collector#3410. I've tried different ways to rename the metrics using processors, but to no avail. I've also created a ticket in otel-contib to allow renaming metrics using a processor open-telemetry/opentelemetry-collector-contrib#22735 .

It would be great if the metrics could be exported directly in the correct format without the need for all the metric_relabel_configs to make the dashboards work.

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