Compare commits

..

No commits in common. "c3b85278e95eda0d074024c8b8a666c352e549fe" and "5de85713ef0db0b36f5243728646b72103d8377a" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ const collectDefaultMetricsIntervalMs =
Number.parseInt(process.env.COLLECT_DEFAULT_METRICS_INTERVAL_MS, 10) : Number.parseInt(process.env.COLLECT_DEFAULT_METRICS_INTERVAL_MS, 10) :
10000; 10000;
// promClient.collectDefaultMetrics({ timeout: collectDefaultMetricsIntervalMs }); promClient.collectDefaultMetrics({ timeout: collectDefaultMetricsIntervalMs });
class ZenkoMetrics { class ZenkoMetrics {
static createCounter(params) { static createCounter(params) {