add {{target}} to Graphite metrics query example

Co-authored-by: Mike Ball <mike.ball@warnermedia.com>
Co-authored-by: Nathan Mische <Nathan.Mische@warnermedia.com>
Signed-off-by: Mike Ball <mike.ball@warnermedia.com>
Signed-off-by: Nathan Mische <Nathan.Mische@warnermedia.com>
This commit is contained in:
Mike Ball
2021-05-25 11:56:17 -04:00
committed by Mike Ball
co-authored by Nathan Mische
parent 6a66113560
commit 8e3ee3439c
+2 -2
View File
@@ -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}},