-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add kubernetes autodiscover docs #6065
Conversation
Can one of the admins verify this patch? |
2700abc
to
c78ef40
Compare
CHANGELOG.asciidoc
Outdated
@@ -130,6 +130,7 @@ https://github.com/elastic/beats/compare/v6.0.0-beta2...master[Check the HEAD di | |||
- Add the ability to log to the Windows Event Log. {pull}5913[5813] | |||
- Improve Elasticsearch output metrics to count number of dropped and duplicate (if event ID is given) events. {pull}5811[5811] | |||
- Add autodiscover for kubernetes. {pull}6055[6055] | |||
- Add kubernetes autodiscover docs {pull}6065[6065] |
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.
there is no need for this line this time, as Add autodiscover for kubernetes
is already there :)
templates: | ||
- condition: | ||
contains: | ||
kubernetes.labels.project: "prometheus" |
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.
This is a very good example for the configuration! Perhaps we should use the prometheus.io.scrape: "true"
annotation?
Thank you for taking this @vjsamuel, I left some comments |
c78ef40
to
fdca86b
Compare
@exekias done |
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.
LGTM
ok to test |
No description provided.