-
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
Prometheus metrics relabel is not up to date #1672
Comments
@amnonh - do we need to update the monitoring in the operator? 4.6 is out, it's a good time to do it? |
I'm removing myself as assigned, assign me if you need more information or if you want to me to do anything |
I've opened the issue around the Prometheus relabel config, which is broken for 2023.1 and higher. |
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>
The Scylla Operator project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
/lifecycle stale |
/remove-lifecycle stale |
What happened?
Scylla Enterprise versions 2023.1.x and higher do not show shard-level metrics in the dashboards.
What did you expect to happen?
NA
How can we reproduce it (as minimally and precisely as possible)?
NA
Scylla Operator version
NA
Kubernetes platform name and version
Kubernetes platform info:
Please attach the must-gather archive.
NA
Anything else we need to know?
Look at the metrics relabel config between this line:
https://github.com/scylladb/scylla-monitoring/blob/1ab337a505e4f57ec15001480d0898c6d18c8a76/prometheus/prometheus.yml.template#L75
And this line:
https://github.com/scylladb/scylla-monitoring/blob/1ab337a505e4f57ec15001480d0898c6d18c8a76/prometheus/prometheus.yml.template#L126
The text was updated successfully, but these errors were encountered: