Skip to content

Commit

Permalink
add {{target}} to Graphite metrics query example
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Ball <[email protected]>
Co-authored-by: Nathan Mische <[email protected]>
Signed-off-by: Mike Ball <[email protected]>
Signed-off-by: Nathan Mische <[email protected]>
  • Loading branch information
mdb and nmische committed May 25, 2021
1 parent 6a66113 commit 8e3ee34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gitbook/usage/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}},
Expand Down

0 comments on commit 8e3ee34

Please sign in to comment.