Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Sep 17, 2024
1 parent 480ce7c commit c84c1dd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions notification-server/src/bin/service.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use anyhow::{anyhow, Context};
use axum_prometheus::{
metrics::{counter, histogram},
metrics::{counter, gauge, histogram},
metrics_exporter_prometheus::PrometheusBuilder,
};
use backoff::{future::retry, ExponentialBackoff};
Expand All @@ -20,10 +20,8 @@ use notification_server::{
};
use std::{
path::PathBuf,
time::{Duration, Instant},
time::{Duration, Instant, SystemTime, UNIX_EPOCH},
};
use std::time::{SystemTime, UNIX_EPOCH};
use axum_prometheus::metrics::gauge;
use tonic::{codegen::http, transport::ClientTlsConfig};
use tracing_subscriber::{layer::SubscriberExt, util::SubscriberInitExt};

Expand Down

0 comments on commit c84c1dd

Please sign in to comment.