Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/exporter/prometheus/prometheus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ The following environment variables are supported:
* ``OTEL_EXPORTER_PROMETHEUS_HOST`` (default: "localhost"): The host to bind to
* ``OTEL_EXPORTER_PROMETHEUS_PORT`` (default: 9464): The port to bind to

Limitations
-----------------

* No multiprocessing support: The Prometheus exporter is not designed to operate in multiprocessing environments.

References
----------

Expand Down
5 changes: 5 additions & 0 deletions exporter/opentelemetry-exporter-prometheus/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Installation

pip install opentelemetry-exporter-prometheus

Limitations
-----------------

* No multiprocessing support: The Prometheus exporter is not designed to operate in multiprocessing environments.

References
----------

Expand Down
Loading