mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
fix(dbQueryTimeHistogram): change name to milliseconds ms instead of seconds
This commit is contained in:
parent
eba0605e32
commit
7f7efd12b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue