-
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
[Meta] Istio Metricbeat Module #15505
Comments
We should scrape metrics from each exporter and not from the Prometheus federate API to avoid problems with types as mentioned at #15535 (comment). Proposed Metricsets
Tasks |
Hi folks, this issue seems very interesting and I would like to contribute some dev cycles on this. For a start, I could take on some of the proposed metricsets, e.g., the Pilot metrics. @ChrsMark WDYT? |
This is great @ioandr, feel free to work on this! |
Pinging @elastic/integrations-platforms (Team:Platforms) |
We may need to revisit this one after the introduction of the Istiod (https://istio.io/latest/news/releases/1.5.x/announcing-1.5/#introducing-istiod). |
I did an investigation on the new Maybe in order to support the newer versions we should go with a solution based on a light weight module on top of Prometheus module which will collect all the related metrics from the Prometheus |
@ChrsMark I'm wondering... is Prometheus server a mandatory piece in Istio deployments? |
From https://preliminary.istio.io/latest/docs/ops/best-practices/observability/#using-prometheus-for-production-scale-monitoring, it seems so:
|
However, installing
In order to access metrics endpoint:
cc: @masci |
Does |
Latest implementations to support new versions of Istio (>=1.5):
Dashboards have been added for these new metricsets. Note: The above metricsets are BETA. The reason of this is that they are implemented as leight-weight modules on top of |
Hi! We're labeling this issue as |
Istio Metricbeat Module
This is issue aims to track any implementation, concern, discussion, proposal around Istio integration with Metricbeat.
Istio: https://istio.io/
Istio Metrics:
Metricbeat Module / Dataset release checklist
This checklist is intended for Devs which create or update a module to make sure modules are consistent.
Modules
For a metricset to go GA, the following criterias should be met:
Metricbeat module
data.json
exists and an automated way to generate it exists (go test -data
)cc: @exekias
The text was updated successfully, but these errors were encountered: