yugabyte/yugabyte-db

[platform] Enhance metrics that use sum without to also exclude namespace_name

Open

#9.759 geöffnet am 17. Aug. 2021

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (2 zugewiesene Personen)C (1.003 Forks)batch import
area/platformgood first issue

Repository-Metriken

Stars
 (8.229 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 17T 21h) (92 gemergte PRs in 30 T)

Beschreibung

We have a problem with Platform metrics, related to all the aggregations where we normally exclude tables (ie: sum without (table_id, table_name)), due to now also adding namespace_name into the Prometheus KV labels see https://yugabyte.slack.com/archives/C01HD5HPK8A/p1629237388110200?thread_ts=1628874648.049900&cid=C01HD5HPK8A for context

TL;DR: we probably need to augment all metrics.yml entries which use sum without, to also exclude namespace_name I think the source of this is this diff from a long time back: https://phabricator.dev.yugabyte.com/D9182

Contributor Guide