Closed jmank88 closed 1 year ago
Patch coverage: 100.00
% and no project coverage change.
Comparison is base (
ed5782f
) 100.00% compared to head (35dd6a7
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
LGTM :+1: Thanks!
The
func prometheusHandler
helper called fromNew
andUse
is currently limited to zero valuepromhttp.HandlerOpts
: https://github.com/Depado/ginprom/blob/master/prom.go#L330-L332The PR proposes introducing a
HandlerOpts
field andPrometheusOption
for customizing thepromhttp.HandlerOpts
used byfunc prometheusHandler
.