mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fix gauge usage
This commit is contained in:
parent
3a5374c6f9
commit
2273978e7b
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class MetricWrapper
|
|||
labelNames: ['app', 'host', 'path', 'status_code', 'method', 'collection', 'query']
|
||||
})
|
||||
when "gauge"
|
||||
prom.Gauge({
|
||||
new prom.Gauge({
|
||||
name: name,
|
||||
help: name,
|
||||
labelNames: ['app','host', 'status']
|
||||
|
|
Loading…
Reference in a new issue