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

42 lines
815 B
Text
Raw Normal View History

2018-11-18 11:08:38 +01:00
////
This file is generated! See scripts/docs_collector.py
////
[[metricbeat-module-traefik]]
== traefik module
beta[]
This module periodically fetches metrics from a https://traefik.io/[Traefik]
instance. The Traefik instance must be configured to expose it's HTTP API.
=== Compatibility
The Traefik metricsets were tested with Traefik 1.6.
[float]
=== Example configuration
The traefik module supports the standard configuration options that are described
in <<configuration-metricbeat>>. Here is an example configuration:
[source,yaml]
----
metricbeat.modules:
- module: traefik
metricsets: ["health"]
period: 10s
hosts: ["localhost:8080"]
----
[float]
=== Metricsets
The following metricsets are available:
* <<metricbeat-metricset-traefik-health,health>>
include::traefik/health.asciidoc[]