File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
exporter/opentelemetry-exporter-prometheus Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,11 @@ The following environment variables are supported:
4747* ``OTEL_EXPORTER_PROMETHEUS_HOST `` (default: "localhost"): The host to bind to
4848* ``OTEL_EXPORTER_PROMETHEUS_PORT `` (default: 9464): The port to bind to
4949
50+ Limitations
51+ -----------------
52+
53+ * No multiprocessing support: The Prometheus exporter is not designed to operate in multiprocessing environments.
54+
5055References
5156----------
5257
Original file line number Diff line number Diff line change @@ -15,11 +15,6 @@ Installation
1515
1616 pip install opentelemetry-exporter-prometheus
1717
18- Limitations
19- -----------------
20-
21- * No multiprocessing support: The Prometheus exporter is not designed to operate in multiprocessing environments.
22-
2318References
2419----------
2520
You can’t perform that action at this time.
0 commit comments