Skip to content

Commit d53c1c0

Browse files
authored
Merge pull request #893 from martialblog/fix/victoria-fallback
Fix VictoriaMetrics fallback version not being set from config
2 parents 361871e + ca74f4f commit d53c1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zipper/protocols/victoriametrics/feature_set.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func (c *VictoriaMetricsGroup) updateFeatureSet(ctx context.Context) {
182182
)
183183

184184
if minFeatureSet == nil {
185-
minFeatureSet = versionToFeatureSet(logger, "c.fallbackVersion")
185+
minFeatureSet = versionToFeatureSet(logger, c.fallbackVersion)
186186
}
187187

188188
c.featureSet.Store(minFeatureSet)

0 commit comments

Comments
 (0)