-
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
[metricbeat]Add kubeproxy metrics #12312
[metricbeat]Add kubeproxy metrics #12312
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.
Left some comments, all minor
jenkins, test this |
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.
I'm ok with merging this as long as we can change the layout later depending on #12446 outcome
@@ -83,3 +83,9 @@ data: | |||
#bearer_token_file: /var/run/secrets/kubernetes.io/serviceaccount/token | |||
#ssl.certificate_authorities: | |||
#- /var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt | |||
- module: kubernetes |
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.
nit: a new line before this would improve readability
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.
it looks like beats yaml generation is removing any \n in there
Related issue: #10431
Import kubeproxy prometheus metrics to
kubernetes
module at metricbeat