Skip to main content

HTTP Metrics

TelemetryMetrics

HTTP Metrics

Zilla runtime telemetry type

telemetry:
  metrics:
    - http.active.requests
    - http.duration
    - http.request.size
    - http.response.size

Configuration

metrics

array of string

The list of metric names available to record and export.

http.active.requests

gauge

The number of active http requests.

http.duration

histogram

The duration of http requests in nanoseconds

http.request.size

histogram

The http request content length in bytes.

http.response.size

histogram

The http response content length in bytes.


* required