mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
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:
committed by
Mike Ball
co-authored by
Nathan Mische
parent
6a66113560
commit
8e3ee3439c
@@ -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}},
|
||||
|
||||
Reference in New Issue
Block a user