-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Add label to prometheus.exporter.unix #5542
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This comes with the change that the component is no longer a singleton!
Could we also add a notice like the following, like we do for prometheus.scrape for example?
Multiple prometheus.exporter.unix components can be specified by giving them different labels.
PR grafana#5361 removed the concept of "singleton components" (components which must not have a user-specified label), and thus made prometheus.exporter.unix require a label. However, documentation referring to the old form of this component was not updated to include a label. Related to grafana#5542.
…x.md Co-authored-by: Jan-Otto Kröpke <[email protected]>
Co-authored-by: Jan-Otto Kröpke <[email protected]> (cherry picked from commit 1444962)
…el (#5543) PR #5361 removed the concept of "singleton components" (components which must not have a user-specified label), and thus made prometheus.exporter.unix require a label. However, documentation referring to the old form of this component was not updated to include a label. Related to #5542.
…el (#5543) PR #5361 removed the concept of "singleton components" (components which must not have a user-specified label), and thus made prometheus.exporter.unix require a label. However, documentation referring to the old form of this component was not updated to include a label. Related to #5542. (cherry picked from commit 1ac8eac)
…el (#5543) (#5551) PR #5361 removed the concept of "singleton components" (components which must not have a user-specified label), and thus made prometheus.exporter.unix require a label. However, documentation referring to the old form of this component was not updated to include a label. Related to #5542. (cherry picked from commit 1ac8eac) Co-authored-by: Robert Fratto <[email protected]>
Co-authored-by: Jan-Otto Kröpke <[email protected]> (cherry picked from commit 1444962) Co-authored-by: Jan-Otto Kröpke <[email protected]> Co-authored-by: Clayton Cornell <[email protected]>
Ref: #5361
PR Description
Missing label for prometheus.exporter.unix
See #5361
Which issue(s) this PR fixes
Notes to the Reviewer
PR Checklist