You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document that Prometheus exporter does not work with multiprocessing (#4711)
* Document multiprocessing environments are not supported
* Rephrase as limitation by design
* Move documentation to Promtheus documentation folder
* Add documentation in source code README as well
* Link tracking issue.
* Make underscores same length as title
---------
Co-authored-by: Riccardo Magliocchetti <[email protected]>
Copy file name to clipboardExpand all lines: docs/exporter/prometheus/prometheus.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,11 @@ The following environment variables are supported:
47
47
* ``OTEL_EXPORTER_PROMETHEUS_HOST`` (default: "localhost"): The host to bind to
48
48
* ``OTEL_EXPORTER_PROMETHEUS_PORT`` (default: 9464): The port to bind to
49
49
50
+
Limitations
51
+
-----------
52
+
53
+
* No multiprocessing support: The Prometheus exporter is not designed to operate in multiprocessing environments (see `#3747 <https://github.com/open-telemetry/opentelemetry-python/issues/3747>`_).
Copy file name to clipboardExpand all lines: exporter/opentelemetry-exporter-prometheus/README.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,11 @@ Installation
15
15
16
16
pip install opentelemetry-exporter-prometheus
17
17
18
+
Limitations
19
+
-----------
20
+
21
+
* No multiprocessing support: The Prometheus exporter is not designed to operate in multiprocessing environments (see `#3747 <https://github.com/open-telemetry/opentelemetry-python/issues/3747>`_).
0 commit comments