armadaproject / armada

A multi-cluster batch queuing system for high-throughput workloads on Kubernetes.
https://armadaproject.io
Apache License 2.0
436 stars 128 forks source link

[Bug] Fix ingestion pipeline event counting #3754

Closed JamesMurkin closed 2 weeks ago

JamesMurkin commented 2 weeks ago

The function that counts the number of events per event sequence is wrong as it is actually counting the number of event sequences (each of which can contain many events)

This just makes us actually count all the events in all event sequences