Skip to content

Commit

Permalink
fix typo in prometheus_metrics_example (#2627)
Browse files Browse the repository at this point in the history
Signed-off-by: Vigith Maurice <vigith@gmail.com>
  • Loading branch information
vigith committed Mar 2, 2024
1 parent b03f6c1 commit b6b203b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/prometheus-metrics/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async fn main() {
tracing_subscriber::registry()
.with(
tracing_subscriber::EnvFilter::try_from_default_env()
.unwrap_or_else(|_| "example_todos=debug,tower_http=debug".into()),
.unwrap_or_else(|_| "example_prometheus_metrics=debug,tower_http=debug".into()),
)
.with(tracing_subscriber::fmt::layer())
.init();
Expand Down

0 comments on commit b6b203b

Please sign in to comment.