http_response_time_seconds
. You can filter the stream on any HTTP response code or any of the predefined groups:http_requests_per_second
telemetry stream. The same response codes and predefined groups are also supported for the traffic stream.MEAN
- meanPERCENTILE_25
- 25 percentilePERCENTILE_50
- 50 percentilePERCENTILE_75
- 75 percentilePERCENTILE_90
- 90 percentilePERCENTILE_95
- 95 percentilePERCENTILE_98
- 98 percentilePERCENTILE_99
- 99 percentileMAX
- maximumMIN
- minimumSUM
- sumEVENT_COUNT
- the number of occurrences during bucket intervalSUM_NO_ZEROS
- sum of the values (missing values from a data source won't be filled with zeros)EVENT_COUNT_NO_ZEROS
- the number of occurrences during bucket interval (missing values from a data source won't be filled with zeros)Error percentage
check function can be used to monitor two streams - one reporting errors and one reporting a total. A DEVIATING or CRITICAL health state will be returned if the percentage of errors/total crosses the specified DeviatingThresholdPercentage
or CriticalThresholdPercentage
.Error percentage
function and set the CriticalThresholdPercentage
to 5.0
:Greater than or equal
check function can alert you when one of your telemetry streams is above a certain threshold. A DEVIATING or CRITICAL health state will be returned if the specified DeviatingThreshold
or CriticalThreshold
is crossed.