Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SummaryValue

Package version

The start_timestamp only applies to the count and sum in the SummaryValue.

Hierarchy

  • SummaryValue

Index

Properties

Properties

count

count: number

The total number of recorded values since start_time. Optional since some systems don't expose this.

Optional snapshot

snapshot: Snapshot

Values calculated over an arbitrary time window.

sum

sum: number

The total sum of recorded values since start_time. Optional since some systems don't expose this. If count is zero then this field must be zero. This field must be unset if the sum is not available.

Generated using TypeDoc