Enable metrics collection
(mut self)
| 330 | |
| 331 | /// Enable metrics collection |
| 332 | pub fn with_metrics(mut self) -> Self { |
| 333 | self.enable_metrics = true; |
| 334 | self |
| 335 | } |
| 336 | |
| 337 | /// Enable queue alerts |
| 338 | pub fn with_alerts(mut self) -> Self { |
no outgoing calls