You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This crate provides several optional features that can be enabled in your `Cargo.toml`:
@@ -101,20 +134,23 @@ This crate provides several optional features that can be enabled in your `Cargo
101
134
***`breaker`** - Enables the [`breaker`][__link13] middleware for preventing cascading failures.
102
135
***`metrics`** - Exposes the OpenTelemetry metrics API for collecting and reporting metrics.
103
136
***`logs`** - Enables structured logging for resilience middleware using the `tracing` crate.
137
+
***`tower-service`** - Enables [`tower_service::Service`][__link14] trait implementations for all
138
+
resilience middleware.
104
139
105
140
106
141
<hr/>
107
142
<sub>
108
143
This crate was developed as part of <ahref="../..">The Oxidizer Project</a>. Browse this crate's <ahref="https://github.com/microsoft/oxidizer/tree/main/crates/seatbelt">source code</a>.
0 commit comments