We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8981612 commit bbd42d9Copy full SHA for bbd42d9
factory/contrib/prometheus/client_golang/v1/push.go
@@ -63,6 +63,7 @@ func pushOnce() {
63
if !PushGatewayEnabled() {
64
return
65
}
66
+ log.Tracef("starting Prometheus PushGateway push")
67
if err := push.
68
New(PushGatewayURL(), boost.ApplicationName()).
69
Gatherer(prometheus.DefaultGatherer).
0 commit comments