﻿---
title: Traefik fields
description: Traefik reverse proxy / load balancer metrics Traefik reverse proxy / load balancer metrics Metrics obtained from Traefik's health API endpoint Response...
url: https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/metricbeat/exported-fields-traefik
products:
  - Beats
  - Metricbeat
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Traefik fields
Traefik reverse proxy / load balancer metrics

## traefik

Traefik reverse proxy / load balancer metrics

## health

Metrics obtained from Traefik's health API endpoint
<definitions>
  <definition term="traefik.health.uptime.sec">
    Uptime of Traefik instance in seconds
    type: long
  </definition>
</definitions>


## response

Response metrics
<definitions>
  <definition term="traefik.health.response.count">
    Number of responses
    type: long
  </definition>
  <definition term="traefik.health.response.avg_time.us">
    Average response time in microseconds
    type: long
  </definition>
  <definition term="traefik.health.response.status_codes.*">
    Number of responses per status code
    type: object
  </definition>
</definitions>