mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 20:24:53 +00:00
Merge pull request #23 from overleaf/bg-fix-gauge-wrapper
fix gauge usage
This commit is contained in:
commit
81f9260a0b
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…
Add table
Reference in a new issue