prometheus for statistics

This commit is contained in:
skiffer-git
2022-09-15 12:07:28 +08:00
parent 6a6009827c
commit 979100850c
11 changed files with 244 additions and 30 deletions
-1
View File
@@ -31,7 +31,6 @@ func PromeInc(counter prometheus.Counter) {
if counter != nil {
counter.Inc()
}
}
}