Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PercentileMetricValue

Package version

Represents percentile metrics values.

Hierarchy

Index

Properties

Optional average

average: undefined | number

The average value of the metric. NOTE: This property will not be serialized. It can only be populated by the server.

Optional count

count: undefined | number

The number of values for the metric. NOTE: This property will not be serialized. It can only be populated by the server.

Optional maximum

maximum: undefined | number

The max value of the metric. NOTE: This property will not be serialized. It can only be populated by the server.

Optional minimum

minimum: undefined | number

The min value of the metric. NOTE: This property will not be serialized. It can only be populated by the server.

Optional p10

p10: undefined | number

The 10th percentile value for the metric. NOTE: This property will not be serialized. It can only be populated by the server.

Optional p25

p25: undefined | number

The 25th percentile value for the metric. NOTE: This property will not be serialized. It can only be populated by the server.

Optional p50

p50: undefined | number

The 50th percentile value for the metric. NOTE: This property will not be serialized. It can only be populated by the server.

Optional p75

p75: undefined | number

The 75th percentile value for the metric. NOTE: This property will not be serialized. It can only be populated by the server.

Optional p90

p90: undefined | number

The 90th percentile value for the metric. NOTE: This property will not be serialized. It can only be populated by the server.

Optional p95

p95: undefined | number

The 95th percentile value for the metric. NOTE: This property will not be serialized. It can only be populated by the server.

Optional p99

p99: undefined | number

The 99th percentile value for the metric. NOTE: This property will not be serialized. It can only be populated by the server.

Optional timestamp

timestamp: Date

The metric timestamp (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server.

Optional total

total: undefined | number

The total value of the metric. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc