mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-09 16:44:21 +01:00
Merge branch 'ms-to-seconds-histogram' into 'main'
fix(dbQueryTimeHistogram): change name to milliseconds ms instead of seconds See merge request soapbox-pub/ditto!401
This commit is contained in:
@@ -69,6 +69,6 @@ export const dbAvailableConnectionsGauge = new Gauge({
|
||||
});
|
||||
|
||||
export const dbQueryTimeHistogram = new Histogram({
|
||||
name: 'db_query_duration_seconds',
|
||||
name: 'db_query_duration_ms',
|
||||
help: 'Duration of database queries',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user