mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-16 05:39:54 +05:00
Added profile_runs in attributes
This commit is contained in:
committed by
Dan Christian Bogos
parent
7993a409a5
commit
d3f58e311d
@@ -1874,6 +1874,7 @@ const (
|
||||
// AttributeSCfg
|
||||
IndexedSelectsCfg = "indexed_selects"
|
||||
ProcessRunsCfg = "process_runs"
|
||||
ProfileRunsCfg = "profile_runs"
|
||||
NestedFieldsCfg = "nested_fields"
|
||||
|
||||
// ChargerSCfg
|
||||
@@ -2087,7 +2088,7 @@ var CGROptionsSet = NewStringSet([]string{OptsRatesStartTime, OptsRatesUsage, Op
|
||||
OptsSesDebitInterval, OptsStirATest, OptsStirPayloadMaxDuration, OptsStirIdentity,
|
||||
OptsStirOriginatorTn, OptsStirOriginatorURI, OptsStirDestinationTn, OptsStirDestinationURI,
|
||||
OptsStirPublicKeyPath, OptsStirPrivateKeyPath, OptsAPIKey, OptsRouteID, OptsContext,
|
||||
OptsAttributesProcessRuns, OptsRoutesLimit, OptsRoutesOffset, OptsSesChargeable,
|
||||
OptsAttributesProcessRuns, OptsAttributesProfileRuns, OptsRoutesLimit, OptsRoutesOffset, OptsSesChargeable,
|
||||
RemoteHostOpt, CacheOpt, OptsRoutesProfilesCount, OptsDispatchersProfilesCount,
|
||||
OptsSesAttributeS, OptsSesAttributeIDs, OptsSesAttributeSDerivedReply, OptsSesBlockerError,
|
||||
OptsSesCDRs, OptsSesCDRsDerivedReply, OptsSesChargerS, OptsSesResourceS, OptsSesResourceSAuthorize,
|
||||
@@ -2179,6 +2180,7 @@ const (
|
||||
Subsys = "*subsys"
|
||||
MetaMethod = "*reqMethod"
|
||||
OptsAttributesProcessRuns = "*processRuns"
|
||||
OptsAttributesProfileRuns = "*profileRuns"
|
||||
MetaEventType = "*eventType"
|
||||
EventType = "EventType"
|
||||
SchedulerInit = "SchedulerInit"
|
||||
|
||||
Reference in New Issue
Block a user