Skip to content

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

Open
@Luce-Florian

Description

@Luce-Florian

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

No one assigned

    Labels

    Type

    No type

    Projects

    • Status

      No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions