Skip to content

Commit 96c6d9c

Browse files
author
ikethecoder
committed
change Fatal to Error
1 parent d7b2349 commit 96c6d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics-proxy/internal/app/prom/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func Write(ch chan *dto.MetricFamily, ioWriter io.Writer, labelMap pkg.LabelName
6969
}
7070
_, err := expfmt.MetricFamilyToText(w, mf)
7171
if err != nil {
72-
log.Fatal(err)
72+
log.Error(err)
7373
}
7474
}
7575

0 commit comments

Comments
 (0)