mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00: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:
commit
bdd3b2224e
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