Class UsageStats (3.19.0)

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

Detailed counts on the entry's usage. Caveats:

Attributes

NameDescription
total_completions float
The number of times that the underlying entry was successfully used.
total_failures float
The number of times that the underlying entry was attempted to be used but failed.
total_cancellations float
The number of times that the underlying entry was attempted to be used but was cancelled by the user.
total_execution_time_for_completions_millis float
Total time spent (in milliseconds) during uses the resulted in completions.