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.
[Metricbeat] Add Istio mesh metricset (elastic#15535)
(cherry picked from commit b6d483d)
- Loading branch information
Showing
25 changed files
with
1,845 additions
and
0 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
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,45 @@ | ||
//// | ||
This file is generated! See scripts/mage/docs_collector.go | ||
//// | ||
|
||
[[metricbeat-module-istio]] | ||
[role="xpack"] | ||
== istio module | ||
|
||
beta[] | ||
|
||
This is the Istio module. The Istio module collects metrics from the | ||
Istio https://istio.io/docs/tasks/observability/metrics/querying-metrics/#about-the-prometheus-add-on[prometheus exporters endpoints]. | ||
|
||
The default metricset is `mesh`. | ||
|
||
[float] | ||
=== Compatibility | ||
|
||
The Istio module is tested with Istio 1.4 | ||
|
||
|
||
[float] | ||
=== Example configuration | ||
|
||
The istio module supports the standard configuration options that are described | ||
in <<configuration-metricbeat>>. Here is an example configuration: | ||
|
||
[source,yaml] | ||
---- | ||
metricbeat.modules: | ||
- module: istio | ||
metricsets: ["mesh"] | ||
period: 10s | ||
hosts: ["localhost:42422"] | ||
---- | ||
|
||
[float] | ||
=== Metricsets | ||
|
||
The following metricsets are available: | ||
|
||
* <<metricbeat-metricset-istio-mesh,mesh>> | ||
|
||
include::istio/mesh.asciidoc[] | ||
|
Oops, something went wrong.