mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Refactor Prometheus recorder
- add flagger_info gauge metric - expose the version and mesh provider as labels - move the recorder to the metrics package
This commit is contained in:
@@ -135,6 +135,7 @@ func main() {
|
||||
logger,
|
||||
slack,
|
||||
meshProvider,
|
||||
version.VERSION,
|
||||
)
|
||||
|
||||
flaggerInformerFactory.Start(stopCh)
|
||||
|
||||
Reference in New Issue
Block a user