Skip to content

Commit b00d33c

Browse files
authored
[*] fix log message (#1413)
1 parent 64be56c commit b00d33c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/reaper/source_reaper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func (sr *SourceReaper) Run(ctx context.Context) {
182182
sr.md.RUnlock()
183183
sql := metric.GetSQL(version)
184184
if sql == "" {
185-
l.WithField("source", sr.md.Name).WithField("version", version).Warning("no SQL found for metric version")
185+
l.WithField("metric", name).WithField("version", version).Warning("no SQL found for metric version")
186186
sr.lastFetch[name] = time.Now()
187187
break
188188
}

0 commit comments

Comments
 (0)