-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
25 changed files
with
5,767 additions
and
1,723 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.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
//// | ||
This file is generated! See scripts/mage/docs_collector.go | ||
//// | ||
|
||
[[metricbeat-metricset-istio-istiod]] | ||
[role="xpack"] | ||
=== Istio istiod metricset | ||
|
||
beta[] | ||
|
||
include::../../../../x-pack/metricbeat/module/istio/istiod/_meta/docs.asciidoc[] | ||
|
||
|
||
==== Fields | ||
|
||
For a description of each field in the metricset, see the | ||
<<exported-fields-istio,exported fields>> section. | ||
|
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
//// | ||
This file is generated! See scripts/mage/docs_collector.go | ||
//// | ||
|
||
[[metricbeat-metricset-istio-proxy]] | ||
[role="xpack"] | ||
=== Istio proxy metricset | ||
|
||
beta[] | ||
|
||
include::../../../../x-pack/metricbeat/module/istio/proxy/_meta/docs.asciidoc[] | ||
|
||
|
||
==== Fields | ||
|
||
For a description of each field in the metricset, see the | ||
<<exported-fields-istio,exported fields>> section. | ||
|
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,22 +1,33 @@ | ||
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 | ||
where 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. | ||
|
||
For versions after `1.5`, `istiod` and `proxy` metricsets can be used. | ||
|
||
`istiod` collects metrics directly from Istio Daemon while `proxy` collects from each of the proxy sidecars. | ||
|
||
The default metricsets are `mesh`, `mixer`, `pilot`, `galley`, `citadel`. | ||
|
||
[float] | ||
=== Compatibility | ||
|
||
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`. | ||
The Istio module is tested with Istio `1.7` for `istiod` and `proxy`. | ||
|
||
[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. | ||
The Istio module includes predefined dashboards: | ||
|
||
1. overview information about Istio Daemon. | ||
|
||
2. Traffic information collected from istio-proxies. | ||
|
||
These dashboards are only compatible with versions of Istio after `1.5` which should be monitored with `istiod` | ||
and `proxy` metricsets. | ||
|
||
image::./images/metricbeat-istio-overview.png[] | ||
|
||
image::./images/metricbeat-istio-traffic.png[] |
Oops, something went wrong.