PercentileMetricValue interface
Represents percentile metrics values.
- Extends
Properties
p10 | The 10th percentile value for the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
p25 | The 25th percentile value for the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
p50 | The 50th percentile value for the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
p75 | The 75th percentile value for the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
p90 | The 90th percentile value for the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
p95 | The 95th percentile value for the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
p99 | The 99th percentile value for the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
average | The average value of the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
count | The number of values for the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
maximum | The max value of the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
minimum | The min value of the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
timestamp | The metric timestamp (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server. |
total | The total value of the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
p10
The 10th percentile value for the metric. NOTE: This property will not be serialized. It can only be populated by the server.
p10?: number
Property Value
number
p25
The 25th percentile value for the metric. NOTE: This property will not be serialized. It can only be populated by the server.
p25?: number
Property Value
number
p50
The 50th percentile value for the metric. NOTE: This property will not be serialized. It can only be populated by the server.
p50?: number
Property Value
number
p75
The 75th percentile value for the metric. NOTE: This property will not be serialized. It can only be populated by the server.
p75?: number
Property Value
number
p90
The 90th percentile value for the metric. NOTE: This property will not be serialized. It can only be populated by the server.
p90?: number
Property Value
number
p95
The 95th percentile value for the metric. NOTE: This property will not be serialized. It can only be populated by the server.
p95?: number
Property Value
number
p99
The 99th percentile value for the metric. NOTE: This property will not be serialized. It can only be populated by the server.
p99?: number
Property Value
number
Inherited Property Details
average
The average value of the metric. NOTE: This property will not be serialized. It can only be populated by the server.
average?: number
Property Value
number
Inherited From MetricValue.average
count
The number of values for the metric. NOTE: This property will not be serialized. It can only be populated by the server.
count?: number
Property Value
number
Inherited From MetricValue.count
maximum
The max value of the metric. NOTE: This property will not be serialized. It can only be populated by the server.
maximum?: number
Property Value
number
Inherited From MetricValue.maximum
minimum
The min value of the metric. NOTE: This property will not be serialized. It can only be populated by the server.
minimum?: number
Property Value
number
Inherited From MetricValue.minimum
timestamp
The metric timestamp (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server.
timestamp?: Date
Property Value
Date
Inherited From MetricValue.timestamp
total
The total value of the metric. NOTE: This property will not be serialized. It can only be populated by the server.
total?: number
Property Value
number
Inherited From MetricValue.total