We already emit a validation error event to Kafka, but it'd be nice to emit some metrics (via prometheus) about validation errors per stream and schema uri. To do this, we need to update EventGate to use service-runner with Prometheus support, which I believe has not yet been released.
We should be able to do this by passing in the service-runner metrics object to eventgate-wikimedia's makeMapToErrorEvent function and emitting the metric then.