We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
The text was updated successfully, but these errors were encountered:
thanks for reporting @Luce-Florian , would you be interested to create a PR for this change yourself?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: