Description
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
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status