Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] update promql query for istio request duration #1018

Merged
merged 1 commit into from
Sep 20, 2021

Conversation

funkypenguin
Copy link
Contributor

A minor issue I stumbled across while learning how to drive Flagger, is that the docs still use istio_request_duration_seconds_bucket to illustrate the query behind the request-duration metric. I understand that this changed with Istio 1.5 (#478), but it seems that in the current version of flagger, the correct metric must already be used, since I'm getting duration metrics out of Istio 1.10 :)

This change simply makes the docs clearer for those of us trying to understand exactly what request-duration entails!

A minor issue I stumbled across while learning how to drive Flagger, is that the docs still use `istio_request_duration_seconds_bucket` to illustrate the query behind the `request-duration` metric. I understand that this changed with Istio 1.5 (fluxcd#478), but it seems that in the current version of flagger, the correct metric must already be used, since I'm getting duration metrics out of Istio 1.10 :)

This change simply makes the docs clearer for those of us trying to understand exactly what `request-duration` entails!

Signed-off-by: David Young <[email protected]>
@codecov-commenter
Copy link

Codecov Report

Merging #1018 (a2b58d5) into main (e8b1740) will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1018      +/-   ##
==========================================
- Coverage   56.95%   56.91%   -0.04%     
==========================================
  Files          76       76              
  Lines        6093     6093              
==========================================
- Hits         3470     3468       -2     
- Misses       2098     2100       +2     
  Partials      525      525              
Impacted Files Coverage Δ
pkg/canary/config_tracker.go 83.40% <0.00%> (-0.90%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e8b1740...a2b58d5. Read the comment docs.

Copy link
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thanks @funkypenguin

@stefanprodan stefanprodan merged commit a0031d6 into fluxcd:main Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants