Skip to content

Commit

Permalink
change Fatal to Error
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Dec 16, 2020
1 parent d7b2349 commit 96c6d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics-proxy/internal/app/prom/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func Write(ch chan *dto.MetricFamily, ioWriter io.Writer, labelMap pkg.LabelName
}
_, err := expfmt.MetricFamilyToText(w, mf)
if err != nil {
log.Fatal(err)
log.Error(err)
}
}

Expand Down

0 comments on commit 96c6d9c

Please sign in to comment.