Skip to content

Commit bbd42d9

Browse files
committed
Adiciona log no início do envio
Inclui mensagem de log para rastrear o início do envio via gateway, auxiliando na identificação de falhas.
1 parent 8981612 commit bbd42d9

File tree

1 file changed

+1
-0
lines changed
  • factory/contrib/prometheus/client_golang/v1

1 file changed

+1
-0
lines changed

factory/contrib/prometheus/client_golang/v1/push.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ func pushOnce() {
6363
if !PushGatewayEnabled() {
6464
return
6565
}
66+
log.Tracef("starting Prometheus PushGateway push")
6667
if err := push.
6768
New(PushGatewayURL(), boost.ApplicationName()).
6869
Gatherer(prometheus.DefaultGatherer).

0 commit comments

Comments
 (0)