Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Snapshot

Package version

The values in this message can be reset at arbitrary unknown times, with the requirement that all of them are reset at the same time.

Hierarchy

  • Snapshot

Index

Properties

count

count: number

The number of values in the snapshot. Optional since some systems don't expose this.

percentileValues

percentileValues: ValueAtPercentile[]

A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.

sum

sum: number

The sum of values in the snapshot. Optional since some systems don't expose this. If count is zero then this field must be zero or not set (if not supported).

Generated using TypeDoc