Whether any export destinations are configured.
(&self)
| 173 | |
| 174 | /// Whether any export destinations are configured. |
| 175 | pub fn is_configured(&self) -> bool { |
| 176 | !self.config.destinations.is_empty() || !self.config.webhook_url.is_empty() |
| 177 | } |
| 178 | |
| 179 | /// Number of buffered events (audit + auth). |
| 180 | pub fn buffered_count(&self) -> usize { |