1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-23 22:56:55 +01:00

Fix type in metrics' description

This commit is contained in:
Roman Zeyde 2020-07-19 10:03:19 +03:00
parent 3e25d260be
commit 9c0d69af6c
No known key found for this signature in database
GPG key ID: 87CAE5FA46917CBB

View file

@ -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"],
),