Skip to content

Commit

Permalink
remove monitor for certificate number
Browse files Browse the repository at this point in the history
  • Loading branch information
dem4gus committed Jul 5, 2023
1 parent 8bcabc4 commit a61ef2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/monitor/cluster/certificateexpirationstatuses.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ func (mon *Monitor) emitCertificateExpirationStatuses(ctx context.Context) error
"expirationDate": cert.NotAfter.UTC().Format(time.RFC3339),
})
}
mon.emitGauge("managedCertificates.count", int64(len(certs)), nil)
return nil
}

Expand Down

0 comments on commit a61ef2a

Please sign in to comment.