This commit is contained in:
Alex Gleason 2024-09-23 20:40:40 -05:00
parent 26eb6c259b
commit d93025e2d6
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -6,7 +6,7 @@ import { dbAvailableConnectionsGauge, dbPoolSizeGauge, deploymentsCounter } from
import { Storages } from '@/storages.ts'; import { Storages } from '@/storages.ts';
if (githash) { if (githash) {
deploymentsCounter.inc({ git_hash: githash }); deploymentsCounter.inc({ git_hash: githash }); //test
} }
/** Prometheus/OpenMetrics controller. */ /** Prometheus/OpenMetrics controller. */