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

WIP: Add disruption check for Thanos Querier API #29391

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

machine424
Copy link
Contributor

@machine424 machine424 commented Dec 26, 2024

Discussed here #28737 (comment)

Thanos querier API is the principal/wrapping API to fetch metrics. Given all the consumers that depend on it, it would be interesting to see how it performs.

Uncertain if the SLO is achievable with the current config (a check every second) API adjustments may be needed to improve reliability, or we may need to loosen up the check

Based on Route dependency, which could increase the likelihood of false positives.

Auth isn't set; we only check for 401. A 5xx would indicate Route backend (Thanos Querier Pods) issues. We may be able to easily get token based auth to work

Uncertain if the SLO is achievable with the current config (a check every second)
API adjustments may be needed to improve reliability, or we may need to loosen up the check

Based on Route dependency, which could increase the likelihood of false positives.

Auth isn't set; we only check for 401. A 5xx would indicate Route backend (Thanos Querier Pods) issues.
We may be able to easily get token based auth to work
@openshift-ci openshift-ci bot requested review from deads2k and sjenning December 26, 2024 12:03
Copy link
Contributor

openshift-ci bot commented Dec 26, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: machine424
Once this PR has been reviewed and has the lgtm label, please assign bertinatto for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@machine424 machine424 changed the title Add disruption check for Thanos Querier API WIP: Add disruption check for Thanos Querier API Dec 26, 2024
@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 26, 2024
Copy link
Contributor

openshift-ci bot commented Dec 26, 2024

@machine424: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-ovn-single-node 432ee31 link false /test e2e-aws-ovn-single-node
ci/prow/e2e-agnostic-ovn-cmd 432ee31 link false /test e2e-agnostic-ovn-cmd
ci/prow/e2e-aws-ovn-single-node-upgrade 432ee31 link false /test e2e-aws-ovn-single-node-upgrade
ci/prow/e2e-aws-ovn-microshift 432ee31 link true /test e2e-aws-ovn-microshift
ci/prow/e2e-aws-ovn-fips 432ee31 link true /test e2e-aws-ovn-fips
ci/prow/okd-scos-e2e-aws-ovn 432ee31 link false /test okd-scos-e2e-aws-ovn
ci/prow/e2e-aws-ovn-microshift-serial 432ee31 link true /test e2e-aws-ovn-microshift-serial

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant