mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 23:58:44 +05:00
Added *roundingDecimals for GetQueueStringMetrics API
This commit is contained in:
committed by
Dan Christian Bogos
parent
493ff3cd4c
commit
6fe79e016e
@@ -2192,7 +2192,8 @@ var CGROptionsSet = NewStringSet([]string{OptsRatesProfileIDs, OptsRatesStartTim
|
||||
OptsSesMaxUsage, OptsSesForceDuration, OptsSesInitiate, OptsSesUpdate, OptsSesTerminate,
|
||||
OptsSesMessage, OptsAttributeS, OptsChargerS, OptsCDRsExport, OptsCDRsRefund,
|
||||
OptsCDRsRerate, OptsStatS, OptsCDRsStore, OptsThresholdS, OptsRateS, OptsAccountS,
|
||||
OptsAccountsUsage, OptsStatsProfileIDs, OptsActionsProfileIDs, MetaProfileIgnoreFilters})
|
||||
OptsAccountsUsage, OptsStatsProfileIDs, OptsActionsProfileIDs, MetaProfileIgnoreFilters,
|
||||
OptsRoundingDecimals})
|
||||
|
||||
// Event Opts
|
||||
const (
|
||||
@@ -2283,7 +2284,8 @@ const (
|
||||
OptsRoutesUsage = "*rouUsage"
|
||||
|
||||
// Stats
|
||||
OptsStatsProfileIDs = "*statsProfileIDs"
|
||||
OptsStatsProfileIDs = "*statsProfileIDs"
|
||||
OptsRoundingDecimals = "*roundingDecimals"
|
||||
|
||||
// Thresholds
|
||||
OptsThresholdsProfileIDs = "*thdProfileIDs"
|
||||
|
||||
Reference in New Issue
Block a user