prometheus: add node_id label to cache metrics

This commit is contained in:
ionutboangiu
2025-07-18 22:36:55 +03:00
committed by Dan Christian Bogos
parent bdd854d363
commit 8466a65d63
6 changed files with 48 additions and 18 deletions

View File

@@ -2010,6 +2010,7 @@ const (
const (
CacheSv1 = "CacheSv1"
CacheSv1GetCacheStats = "CacheSv1.GetCacheStats"
CacheSv1GetStats = "CacheSv1.GetStats"
CacheSv1GetItemIDs = "CacheSv1.GetItemIDs"
CacheSv1HasItem = "CacheSv1.HasItem"
CacheSv1GetItem = "CacheSv1.GetItem"