Skip to content

Commit 79b6110

Browse files
author
Dominik Schulz
committed
Tag 0.2.0
1 parent 84413ff commit 79b6110

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.2.0

job.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ func (j *Job) Init(logger log.Logger, queries map[string]string) error {
4040
}
4141
if q.Query == "" {
4242
level.Warn(q.log).Log("msg", "Skipping empty query")
43+
continue
4344
}
4445
if q.metrics == nil {
4546
// we have no way of knowing how many metrics will be returned by the

0 commit comments

Comments
 (0)