Skip to content

Commit

Permalink
take over the forceMinStepInterval to the &VictoriaMetricsGroup objec…
Browse files Browse the repository at this point in the history
…t. So it is possible to access this value again. For example while fetching data to gather the appropriate step size.
  • Loading branch information
mlausch committed Feb 5, 2025
1 parent b4d86c5 commit 97611d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zipper/protocols/victoriametrics/victoriametrics_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ func NewWithLimiter(logger *zap.Logger, config types.BackendV2, tldCacheDisabled
maxMetricsPerRequest: *config.MaxBatchSize,

step: step,
forceMinStepInterval: forceMinStepInterval,
maxPointsPerQuery: maxPointsPerQuery,
vmClusterTenantID: vmClusterTenantID,
startDelay: delay,
Expand Down

0 comments on commit 97611d3

Please sign in to comment.