Enable promlinter and enhance exposed metrics. (#2550)
* Enable promlinter * Rename archives metric and update dashboard, linter Co-authored-by: shaunak_deshmukh <shaunak@infracloud.io>
This commit is contained in:
co-authored by
shaunak_deshmukh
parent
b36e0516f4
commit
b19d18c8bc
@@ -9,7 +9,7 @@ var (
|
||||
functionLabels = []string{}
|
||||
totalArchives = promauto.NewGaugeVec(
|
||||
prometheus.GaugeOpts{
|
||||
Name: "fission_archives_total",
|
||||
Name: "fission_archives",
|
||||
Help: "Number of archives stored",
|
||||
},
|
||||
functionLabels,
|
||||
|
||||
Reference in New Issue
Block a user