From 8e3ee3439c0366629cede1fccc0ad0b848fea01e Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Tue, 25 May 2021 11:48:40 -0400 Subject: [PATCH] add {{target}} to Graphite metrics query example Co-authored-by: Mike Ball Co-authored-by: Nathan Mische Signed-off-by: Mike Ball Signed-off-by: Nathan Mische --- docs/gitbook/usage/metrics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gitbook/usage/metrics.md b/docs/gitbook/usage/metrics.md index 5ded2f2e..13117a59 100644 --- a/docs/gitbook/usage/metrics.md +++ b/docs/gitbook/usage/metrics.md @@ -421,10 +421,10 @@ spec: target=summarize( asPercent( sumSeries( - stats.timers.httpServerRequests.exception.*.method.*.outcome.{CLIENT_ERROR,INFORMATIONAL,REDIRECTION,SUCCESS}.status.*.uri.*.count + stats.timers.httpServerRequests.app.{{target}}.exception.*.method.*.outcome.{CLIENT_ERROR,INFORMATIONAL,REDIRECTION,SUCCESS}.status.*.uri.*.count ), sumSeries( - stats.timers.httpServerRequests.exception.*.method.*.outcome.*.status.*.uri.*.count + stats.timers.httpServerRequests.app.{{target}}.exception.*.method.*.outcome.*.status.*.uri.*.count ) ), {{interval}},