mirror of
https://github.com/romanz/electrs.git
synced 2025-02-24 06:57:53 +01:00
Fix type in metrics' description
This commit is contained in:
parent
3e25d260be
commit
9c0d69af6c
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ impl Query {
|
|||
duration: metrics.histogram_vec(
|
||||
HistogramOpts::new(
|
||||
"electrs_query_duration",
|
||||
"Time to update mempool (in seconds)",
|
||||
"Request duration (in seconds)",
|
||||
),
|
||||
&["type"],
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue