Skip to content

Commit 97611d3

Browse files
committed
take over the forceMinStepInterval to the &VictoriaMetricsGroup object. So it is possible to access this value again. For example while fetching data to gather the appropriate step size.
1 parent b4d86c5 commit 97611d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zipper/protocols/victoriametrics/victoriametrics_group.go

+1
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ func NewWithLimiter(logger *zap.Logger, config types.BackendV2, tldCacheDisabled
211211
maxMetricsPerRequest: *config.MaxBatchSize,
212212

213213
step: step,
214+
forceMinStepInterval: forceMinStepInterval,
214215
maxPointsPerQuery: maxPointsPerQuery,
215216
vmClusterTenantID: vmClusterTenantID,
216217
startDelay: delay,

0 commit comments

Comments
 (0)