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 71a1242522
commit e8c770c415
10 changed files with 66 additions and 49 deletions

View File

@@ -1438,7 +1438,6 @@ const (
// APIerSv1GetDataCost = "APIerSv1.GetDataCost"
// APIerSv1ReplayFailedPosts = "APIerSv1.ReplayFailedPosts"
// APIerSv1GetCacheStats = "APIerSv1.GetCacheStats"
// APIerSv1ReloadCache = "APIerSv1.ReloadCache"
// APIerSv1RemoveActions = "APIerSv1.RemoveActions"
// APIerSv1GetLoadHistory = "APIerSv1.GetLoadHistory"
@@ -1764,7 +1763,7 @@ const (
// CacheS APIs
const (
CacheSv1 = "CacheSv1"
CacheSv1GetCacheStats = "CacheSv1.GetCacheStats"
CacheSv1GetStats = "CacheSv1.GetStats"
CacheSv1GetItemIDs = "CacheSv1.GetItemIDs"
CacheSv1HasItem = "CacheSv1.HasItem"
CacheSv1GetItem = "CacheSv1.GetItem"