You've already forked authentication-service
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:
@@ -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<()> {
|
||||
|
Reference in New Issue
Block a user