-
Notifications
You must be signed in to change notification settings - Fork 175
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
scylladb.servicemonitor.yaml: Support Enterprise 2023 #1679
scylladb.servicemonitor.yaml: Support Enterprise 2023 #1679
Conversation
Newer ScyllaDB versions (2023.1, 5.4) moves the latency calculation from the Prometheus Server to ScyllaDB itself. The promethues server needs to rename those newly-calculated metrics to be alligned with the ones calculated by the recording rules. This patch adds the missing metrics_relabel config from Sylla-monitoring. Fixes scylladb#1672 Signed-off-by: Amnon Heiman <amnon@scylladb.com>
Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages. The list of commits with invalid commit messages:
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/test-infra repository. I understand the commands that are listed here. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: amnonh 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 |
/kind feature @amnonh unit tests need updating https://prow.scylla-operator.scylladb.com/view/gs/scylla-operator-prow/pr-logs/pull/scylladb_scylla-operator/1679/pull-scylla-operator-unit/1743933989065854976 also please remove the "resolves" keyword from the commit message: #1679 (comment) |
@amnonh: The following tests failed, say
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/test-infra repository. I understand the commands that are listed here. |
The Scylla Operator project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
/lifecycle stale |
1 similar comment
The Scylla Operator project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
/lifecycle stale |
The Scylla Operator project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
/lifecycle rotten |
The Scylla Operator project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
/close |
@scylla-operator-bot[bot]: Closed this PR. In response to this:
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. |
Newer ScyllaDB versions (2023.1, 5.4) move the latency calculation from the Prometheus Server to ScyllaDB itself.
The Prometheus server needs to rename those newly calculated metrics to be aligned with the ones calculated by the recording rules.
This patch adds the missing metrics_relabel config from Sylla-monitoring.
Resolves #1672