LatencyMetric interface
Defines the properties of a latency metric used in the latency scorecard
Properties
a |
The lower end of the 95% confidence interval for endpoint A NOTE: This property will not be serialized. It can only be populated by the server. |
a |
The upper end of the 95% confidence interval for endpoint A NOTE: This property will not be serialized. It can only be populated by the server. |
a |
The metric value of the A endpoint NOTE: This property will not be serialized. It can only be populated by the server. |
b |
The lower end of the 95% confidence interval for endpoint B NOTE: This property will not be serialized. It can only be populated by the server. |
b |
The upper end of the 95% confidence interval for endpoint B NOTE: This property will not be serialized. It can only be populated by the server. |
b |
The metric value of the B endpoint NOTE: This property will not be serialized. It can only be populated by the server. |
delta | The difference in value between endpoint A and B NOTE: This property will not be serialized. It can only be populated by the server. |
delta |
The percent difference between endpoint A and B NOTE: This property will not be serialized. It can only be populated by the server. |
end |
The end time of the Latency Scorecard in UTC NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the Latency Metric NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
aCLower95CI
The lower end of the 95% confidence interval for endpoint A NOTE: This property will not be serialized. It can only be populated by the server.
aCLower95CI?: number
Property Value
number
aHUpper95CI
The upper end of the 95% confidence interval for endpoint A NOTE: This property will not be serialized. It can only be populated by the server.
aHUpper95CI?: number
Property Value
number
aValue
The metric value of the A endpoint NOTE: This property will not be serialized. It can only be populated by the server.
aValue?: number
Property Value
number
bCLower95CI
The lower end of the 95% confidence interval for endpoint B NOTE: This property will not be serialized. It can only be populated by the server.
bCLower95CI?: number
Property Value
number
bUpper95CI
The upper end of the 95% confidence interval for endpoint B NOTE: This property will not be serialized. It can only be populated by the server.
bUpper95CI?: number
Property Value
number
bValue
The metric value of the B endpoint NOTE: This property will not be serialized. It can only be populated by the server.
bValue?: number
Property Value
number
delta
The difference in value between endpoint A and B NOTE: This property will not be serialized. It can only be populated by the server.
delta?: number
Property Value
number
deltaPercent
The percent difference between endpoint A and B NOTE: This property will not be serialized. It can only be populated by the server.
deltaPercent?: number
Property Value
number
endDateTimeUTC
The end time of the Latency Scorecard in UTC NOTE: This property will not be serialized. It can only be populated by the server.
endDateTimeUTC?: string
Property Value
string
name
The name of the Latency Metric NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string