We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b2349 commit 96c6d9cCopy full SHA for 96c6d9c
metrics-proxy/internal/app/prom/metrics.go
@@ -69,7 +69,7 @@ func Write(ch chan *dto.MetricFamily, ioWriter io.Writer, labelMap pkg.LabelName
69
}
70
_, err := expfmt.MetricFamilyToText(w, mf)
71
if err != nil {
72
- log.Fatal(err)
+ log.Error(err)
73
74
75
0 commit comments