mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 16:48:45 +05:00
Added all index health APIs
This commit is contained in:
committed by
Dan Christian Bogos
parent
89c6fc81c9
commit
9fa3cd4b8c
@@ -108,7 +108,6 @@ var (
|
||||
CacheChargerFilterIndexes: ChargerProfilePrefix,
|
||||
CacheDispatcherFilterIndexes: DispatcherProfilePrefix,
|
||||
CacheRateProfilesFilterIndexes: RateProfilePrefix,
|
||||
CacheRateFilterIndexes: RatePrefix,
|
||||
CacheActionProfilesFilterIndexes: ActionProfilePrefix,
|
||||
CacheAccountsFilterIndexes: AccountPrefix,
|
||||
CacheReverseFilterIndexes: FilterPrefix,
|
||||
@@ -340,7 +339,6 @@ const (
|
||||
VersionPrefix = "ver_"
|
||||
StatQueueProfilePrefix = "sqp_"
|
||||
RouteProfilePrefix = "rpp_"
|
||||
RatePrefix = "rep_"
|
||||
AttributeProfilePrefix = "alp_"
|
||||
ChargerProfilePrefix = "cpp_"
|
||||
DispatcherProfilePrefix = "dpp_"
|
||||
|
||||
Reference in New Issue
Block a user