mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 00:58:45 +05:00
prometheus: add node_id label to cache metrics
This commit is contained in:
committed by
Dan Christian Bogos
parent
71a1242522
commit
e8c770c415
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user