PublishedTooFewError¶ exception safir.metrics.PublishedTooFewError(expected, actual, actual_models)¶ Expected more events than have actually been published. Parameters: expected (list[dict[str, Any]]) actual (list[dict[str, Any]]) actual_models (list[TypeVar(P, bound= EventPayload)])