Latency plugin for Traefik V1 backends.
Uses Traefik v1 backend metrics to get the latency on the serving backends.
bucket
: (Required) The max latency allowed histogram bucket.backend_regex
: (required) Regex to match the traefik backends.filter
: (Optional) A prometheus filter string using concatenated labelsexclude_errors
: (Optional) Boolean that will exclude errored requests from valid events when measuring latency requests.
traefik_backend_request_duration_seconds_bucket
: From traefik.traefik_backend_request_duration_seconds_count
: From traefik.
sli:
plugin:
id: "sloth-common/traefik/v1/latency"
options:
backend_regex: "^github.com/slok/sloth/?$"
bucket: "0.3"
sli:
plugin:
id: "sloth-common/traefik/v1/latency"
options:
backend_regex: "^github.com/slok/sloth/?$"
bucket: "0.3"
filter: method="GET"
sli:
plugin:
id: "sloth-common/traefik/v1/latency"
options:
backend_regex: "^github.com/slok/sloth/?$"
bucket: "0.3"
filter: method="GET"
exclude_errors: "true"