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

Invalid command line to run prometheus with feature otlp-write-receiver enabled #5455

Open
Luce-Florian opened this issue Oct 22, 2024 · 1 comment
Labels
bug Something isn't working sig:dotnet

Comments

@Luce-Florian
Copy link

What needs to be changed? Describe the update that is required.

Update the command line specified here : https://opentelemetry.io/docs/languages/net/exporters/#prometheus-setup

To run prometheus with the feature otlp-write-receiver enabled

from :
docker run --rm -v ${PWD}/prometheus.yml:/prometheus/prometheus.yml -p 9090:9090 prom/prometheus --enable-feature=otlp-write-receive

to :

docker run --rm -v ${PWD}/prometheus.yml:/prometheus/prometheus.yml -p 9090:9090 prom/prometheus --enable-feature=otlp-write-receiver

What is the name + path of the page that needs changed? The relative path
and page title where you found a problem.

content/en/docs/languages/net/exporters.md

Additional context: anything else you can think about that would be helpful.

https://prometheus.io/docs/prometheus/latest/feature_flags/#otlp-receiver

@Luce-Florian Luce-Florian added the bug Something isn't working label Oct 22, 2024
@svrnm
Copy link
Member

svrnm commented Oct 22, 2024

thanks for reporting @Luce-Florian , would you be interested to create a PR for this change yourself?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working sig:dotnet
Projects
Status: No status
Development

No branches or pull requests

2 participants