Skip to content

Commit

Permalink
Indicate RoundPeriod is now ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
kgeckhart committed May 13, 2024
1 parent 63c0535 commit 7cd5911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ func (j *CustomNamespace) validateCustomNamespaceJob(logger logging.Logger, jobI
}

if j.RoundingPeriod != nil {
logger.Warn(fmt.Sprintf("CustomNamespace job [%s/%d]: Setting a rounding period is deprecated. In a future release it will always be enabled and set to the value of the metric period.", j.Name, jobIdx))
logger.Warn(fmt.Sprintf("CustomNamespace job [%s/%d]: Setting a rounding period is deprecated. It is always enabled and set to the value of the metric period.", j.Name, jobIdx))
}
return nil
}
Expand Down

0 comments on commit 7cd5911

Please sign in to comment.