From d93025e2d69bfe1a046496c46e9d60368083cb11 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 23 Sep 2024 20:40:40 -0500 Subject: [PATCH] test --- src/controllers/metrics.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */