mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
test
This commit is contained in:
parent
26eb6c259b
commit
d93025e2d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue