1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-06 06:02:40 +03:00

Bump dependencies

This commit is contained in:
Quentin Gliech
2022-02-04 10:18:01 +01:00
parent e4277180e5
commit 26a340d5dc
11 changed files with 101 additions and 92 deletions

View File

@@ -206,9 +206,7 @@ fn otlp_meter(_endpoint: &Option<url::Url>) -> anyhow::Result<()> {
}
fn stdout_meter() {
sdk::export::metrics::stdout(tokio::spawn, interval)
.with_pretty_print(true)
.init();
sdk::export::metrics::stdout(tokio::spawn, interval).init();
}
fn meter(config: &MetricsExporterConfig) -> anyhow::Result<()> {