Document that Prometheus exporter does not work with multiprocessing#4711
Merged
xrmx merged 7 commits intoopen-telemetry:mainfrom Aug 22, 2025
bastbu:patch-1
Merged
Document that Prometheus exporter does not work with multiprocessing#4711xrmx merged 7 commits intoopen-telemetry:mainfrom bastbu:patch-1
xrmx merged 7 commits intoopen-telemetry:mainfrom
bastbu:patch-1
Conversation
Contributor
|
Thank you for this PR! Could the warning also be added to the docs-level rst?: https://github.com/open-telemetry/opentelemetry-python/blob/cf31a6967aac76663b4cca023b5d760fd6eb5355/docs/exporter/prometheus/prometheus.rst |
Contributor
Author
Sure, added it in both places now. |
tammy-baylis-swi
approved these changes
Aug 7, 2025
Contributor
tammy-baylis-swi
left a comment
There was a problem hiding this comment.
Thanks for that, I think this is good. The maintainers will be the next to look at this.
emdneto
reviewed
Aug 11, 2025
emdneto
approved these changes
Aug 11, 2025
xrmx
requested changes
Aug 18, 2025
xrmx
approved these changes
Aug 22, 2025
JWinermaSplunk
pushed a commit
to JWinermaSplunk/opentelemetry-python
that referenced
this pull request
Feb 17, 2026
…pen-telemetry#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 <riccardo.magliocchetti@gmail.com>
JWinermaSplunk
pushed a commit
to JWinermaSplunk/opentelemetry-python
that referenced
this pull request
Feb 17, 2026
…pen-telemetry#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 <riccardo.magliocchetti@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a note to the documentation of the Prometheus exporter to make it clear that the exporter does not work when using multiprocessing.
Applies to #3747
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
No tests - documentation update.
Does This PR Require a Contrib Repo Change?
Checklist: