PublishedCountError¶ exception safir.metrics.PublishedCountError(expected, actual, actual_models)¶ Expected has a different number of items than were published. Parameters: expected (list[dict[str, Any]]) actual (list[dict[str, Any]]) actual_models (list[TypeVar(P, bound= EventPayload)])