-
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
Cherry-pick #21751 to 7.x: Add proxy metricset #21834
Conversation
(cherry picked from commit fc10f06)
Pinging @elastic/integrations-platforms (Team:Platforms) |
metricbeat.autodiscover: | ||
providers: | ||
- type: kubernetes | ||
include_annotations: ["prometheus.io.scrape"] |
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 see you are not using this at all, is this line needed?
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.
nope it's not! I will remove it to avoid confusion 👍
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.
sorry I saw now this is a backport, we will need to remove it from master too
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.
sure thing!
Cherry-pick of PR #21751 to 7.x branch. Original message:
What does this PR do?
This PR adds
proxy
metricset. It leverages theuse_types
option.istiod
(#21519) : light-weight metricset on top of Prometheus to collect metrics from the Prometheus exporter of Istio Daemonproxy
: light-weight metricset on top of Prometheus to collect metrics from the Prometheus exporter of each of the proxy sidecars. It is recommended (and documented 🙂 ) to leverage autodiscover feature to enable this metricset so as to dynamically identify sidecars and start monitoring them.Why is it important?
To be compatible with versions of Istio higher than
1.5
.Related issues