mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
prometheus: add node_id label to cache metrics
This commit is contained in:
committed by
Dan Christian Bogos
parent
bdd854d363
commit
8466a65d63
@@ -2010,6 +2010,7 @@ const (
|
||||
const (
|
||||
CacheSv1 = "CacheSv1"
|
||||
CacheSv1GetCacheStats = "CacheSv1.GetCacheStats"
|
||||
CacheSv1GetStats = "CacheSv1.GetStats"
|
||||
CacheSv1GetItemIDs = "CacheSv1.GetItemIDs"
|
||||
CacheSv1HasItem = "CacheSv1.HasItem"
|
||||
CacheSv1GetItem = "CacheSv1.GetItem"
|
||||
|
||||
Reference in New Issue
Block a user