youtubebeat/vendor/github.com/elastic/beats/metricbeat/docs/modules/envoyproxy.asciidoc

45 lines
781 B
Text

////
This file is generated! See scripts/docs_collector.py
////
[[metricbeat-module-envoyproxy]]
== envoyproxy module
experimental[]
== envoyproxy module
This is the envoyproxy module.
The default metricset is `server`.
[float]
=== Compability
The envoyproxy module is tested with Envoy 1.7.0.
[float]
=== Example configuration
The envoyproxy module supports the standard configuration options that are described
in <<configuration-metricbeat>>. Here is an example configuration:
[source,yaml]
----
metricbeat.modules:
- module: envoyproxy
metricsets: ["server"]
period: 10s
hosts: ["localhost:9901"]
----
[float]
=== Metricsets
The following metricsets are available:
* <<metricbeat-metricset-envoyproxy-server,server>>
include::envoyproxy/server.asciidoc[]