Background
While investigating the ongoing test-kitchen/standalone-event-system-success-rate SLO budget burn, I noticed that the eventgate_validation_errors_total metric has the stream_name label. Running a Prometheus query like:
sum by(stream) (rate(eventgate_validation_errors_total{service="eventgate-analytics-external", error_type="HoistingError"}[5m])) * 60AC
- If the stream name isn't known, then use "unknown" as the stream name
