diff --git a/src/controllers/metrics.ts b/src/controllers/metrics.ts index 5b083f56..cb6a7c2f 100644 --- a/src/controllers/metrics.ts +++ b/src/controllers/metrics.ts @@ -6,7 +6,7 @@ import { dbAvailableConnectionsGauge, dbPoolSizeGauge, deploymentsCounter } from import { Storages } from '@/storages.ts'; if (githash) { - deploymentsCounter.inc({ git_hash: githash }); + deploymentsCounter.inc({ git_hash: githash }); //test } /** Prometheus/OpenMetrics controller. */