This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Traefik health metricset
editTraefik health metricset
editThis is the health metricset of the module traefik.
This is a default metricset. If the host module is unconfigured, this metricset is enabled by default.
For a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{ "@timestamp": "2019-03-01T08:05:34.853Z", "event": { "dataset": "traefik.health", "duration": 115000, "module": "traefik" }, "metricset": { "name": "health", "period": 10000 }, "service": { "address": "127.0.0.1:55555", "name": "traefik", "type": "traefik" }, "traefik": { "health": { "response": { "avg_time": { "us": 15 }, "count": 18, "status_codes": { "200": 17, "404": 1 } }, "uptime": { "sec": 64283 } } } }