Skip to content

Commit

Permalink
chore(layers/prometheus-client): export `PrometheusClientLayerBuilder…
Browse files Browse the repository at this point in the history
…` type (#5093)
  • Loading branch information
koushiro committed Sep 4, 2024
1 parent 84e8290 commit 4bc4349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/layers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pub use self::prometheus::{PrometheusLayer, PrometheusLayerBuilder};
#[cfg(feature = "layers-prometheus-client")]
mod prometheus_client;
#[cfg(feature = "layers-prometheus-client")]
pub use self::prometheus_client::PrometheusClientLayer;
pub use self::prometheus_client::{PrometheusClientLayer, PrometheusClientLayerBuilder};

mod retry;
pub use self::retry::RetryInterceptor;
Expand Down

0 comments on commit 4bc4349

Please sign in to comment.