client -> prom

This commit is contained in:
Henry Oswald 2018-11-20 17:25:37 +00:00
parent 6854a64b73
commit bd8fd1141e

View file

@ -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,