mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
add path into inc options
This commit is contained in:
parent
d95908756f
commit
85011ed0e7
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ module.exports = Metrics =
|
|||
promMetrics[key] = new prom.Counter({
|
||||
name: key,
|
||||
help: key,
|
||||
labelNames: ['app','host','status','method']
|
||||
labelNames: ['app','host','status','method', 'path']
|
||||
})
|
||||
opts.app = appname
|
||||
opts.host = hostname
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "metrics-sharelatex",
|
||||
"version": "2.0.13",
|
||||
"version": "2.0.14",
|
||||
"description": "A drop-in metrics and monitoring module for node.js apps",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue