Skip to content

Commit

Permalink
Merge pull request #1018 from funkypenguin/patch-1
Browse files Browse the repository at this point in the history
[docs] update promql query for istio request duration
  • Loading branch information
stefanprodan authored Sep 20, 2021
2 parents e8b1740 + a2b58d5 commit a0031d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gitbook/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ Istio query:
histogram_quantile(0.99,
sum(
irate(
istio_request_duration_seconds_bucket{
istio_request_duration_milliseconds_bucket{
reporter="destination",
destination_workload=~"$workload",
destination_workload_namespace=~"$namespace"
Expand Down

0 comments on commit a0031d6

Please sign in to comment.