mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 14:19:01 +02:00
client -> prom
This commit is contained in:
@@ -69,7 +69,7 @@ module.exports = Metrics =
|
||||
timeSpan = new Date - this.start
|
||||
statsd.timing(buildKey(this.key), timeSpan, this.sampleRate)
|
||||
if !summaries[this.key]?
|
||||
summary = new client.Summary({
|
||||
summary = new prom.Summary({
|
||||
name: "#{name}_#{this.key}",
|
||||
help: this.key,
|
||||
maxAgeSeconds: 600,
|
||||
|
||||
Reference in New Issue
Block a user