mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Upgrade metrics dependencies
This commit is contained in:
parent
ea06ffd513
commit
19448fbc84
7 changed files with 35 additions and 39 deletions
|
|
@ -150,7 +150,9 @@ pub fn spawn_prometheus_endpoint(
|
|||
}
|
||||
});
|
||||
|
||||
exporter.await.context("run prometheus exporter")
|
||||
exporter
|
||||
.await
|
||||
.map_err(|err| anyhow::anyhow!("run prometheus exporter: :{:#?}", err))
|
||||
})
|
||||
})
|
||||
.context("spawn prometheus endpoint")?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue