forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add istiod metricset (elastic#21519)
(cherry picked from commit 5536fb6)
- Loading branch information
Showing
20 changed files
with
3,228 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,22 @@ | ||
This is the Istio module. The Istio module collects metrics from the | ||
This is the Istio module. | ||
This module is compatible with versions before `1.5` of Istio where microservices architecture is used. If using | ||
versions priot to `1.5` then `mesh`, `mixer`, `pilot`, `galley`, `citadel` metricsets should be used. | ||
wehre the Istio module collects metrics from the | ||
Istio https://istio.io/v1.4/docs/tasks/observability/metrics/querying-metrics/#about-the-prometheus-add-on[prometheus exporters endpoints]. | ||
For versions after `1.5`, `istiod` metricset can be used which collects metrics directly from Istio Daemon. | ||
|
||
The default metricsets are `mesh`, `mixer`, `pilot`, `galley`, `citadel`. | ||
|
||
[float] | ||
=== Compatibility | ||
|
||
The Istio module is tested with Istio `1.4`. | ||
The Istio module is tested with Istio `1.4` for `mesh`, `mixer`, `pilot`, `galley`, `citadel`. | ||
The Istio module is tested with Istio `1.7` for `istiod`. | ||
|
||
[float] | ||
=== Dashboard | ||
|
||
The Istio module includes a predefined dashboard with overview information about Istio Daemon. | ||
This dashboard is only compatible with versions of Istio after `1.5` which should be monitored with `istiod` metricset. | ||
|
||
image::./images/metricbeat-istio-overview.png[] |
Oops, something went wrong.