From 844090f842bc3178f894dedc6bc593ba55a01c8d Mon Sep 17 00:00:00 2001 From: David Harris Date: Fri, 17 Jun 2022 10:23:50 +0100 Subject: [PATCH] typo: controller Signed-off-by: David Harris --- docs/gitbook/usage/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/usage/metrics.md b/docs/gitbook/usage/metrics.md index 57491346a..854a8e90a 100644 --- a/docs/gitbook/usage/metrics.md +++ b/docs/gitbook/usage/metrics.md @@ -29,7 +29,7 @@ Flagger comes with two builtin metric checks: HTTP request success rate and dura For each metric you can specify a range of accepted values with `thresholdRange` and the window size or the time series with `interval`. -The builtin checks are available for every service mesh / ingress controlle +The builtin checks are available for every service mesh / ingress controller and are implemented with [Prometheus queries](../faq.md#metrics). ## Custom metrics