Class TimedCount (1.6.0)

TimedCount(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The number of errors in a given time period. All numbers are approximate since the error events are sampled before counting them.

Attributes

NameDescription
count int
Approximate number of occurrences in the given time period.
start_time google.protobuf.timestamp_pb2.Timestamp
Start of the time period to which ``count`` refers (included).
end_time google.protobuf.timestamp_pb2.Timestamp
End of the time period to which ``count`` refers (excluded).

Inheritance

builtins.object > proto.message.Message > TimedCount