Skip to content

Commit

Permalink
initialize fails with error
Browse files Browse the repository at this point in the history
Signed-off-by: arthur yang <yang_yapo@126.com>
  • Loading branch information
00arthur00 committed Mar 23, 2020
1 parent afd1518 commit c0afa02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/thanos/rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ func runRule(
// Initialize rules.
if err := reloadRules(logger, ruleFiles, ruleMgr, evalInterval, metrics); err != nil {
level.Error(logger).Log("msg", "initialize rules failed", "err", err)
return err
}
for {
select {
Expand Down

0 comments on commit c0afa02

Please sign in to comment.