This commit is contained in:
2022-11-09 19:52:02 +02:00
parent 7e59c24c13
commit 801ac76eef
3 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ var (
Subsystem: "file",
Name: "catchupped",
Help: "(0 or) 1 if initial backlog has been sent; (total <= watcher_file_count)",
}, []string{"filename"}) // TODO: rm filename?
}, []string{"filename"})
promFileErr = promauto.NewCounterVec(prometheus.CounterOpts{
Namespace: globals.PrometheusPrefix,
Subsystem: "file",