Origin metrics

The Observability API allows you to programmatically define custom dashboards to view in the Observability web interface. These metrics are compatible with dashboard items where data_source.type is stats.origin.

Origin metrics

all_bandwidthintegerThe amount of bandwidth from your origin.
all_latency_0_to_1msintegerNumber of responses from origin with latency between 0 and 1 millisecond.
all_latency_10000_to_60000msintegerNumber of responses from origin with latency between 10000 and 60000 milliseconds.
all_latency_1000_to_5000msintegerNumber of responses from origin with latency between 1000 and 5000 milliseconds.
all_latency_100_to_250msintegerNumber of responses from origin with latency between 100 and 250 milliseconds.
all_latency_10_to_50msintegerNumber of responses from origin with latency between 10 and 50 milliseconds.
all_latency_1_to_5msintegerNumber of responses from origin with latency between 1 and 5 milliseconds.
all_latency_250_to_500msintegerNumber of responses from origin with latency between 250 and 500 milliseconds.
all_latency_5000_to_10000msintegerNumber of responses from origin with latency between 5000 and 10000 milliseconds.
all_latency_500_to_1000msintegerNumber of responses from origin with latency between 500 and 1000 milliseconds.
all_latency_50_to_100msintegerNumber of responses from origin with latency between 50 and 100 milliseconds.
all_latency_5_to_10msintegerNumber of responses from origin with latency between 5 and 10 milliseconds.
all_latency_60000msintegerNumber of responses from origin with latency of 60,000 milliseconds and above.
all_resp_body_bytesintegerNumber of body bytes from origin.
all_resp_header_bytesintegerNumber of header bytes from origin.
all_responsesintegerNumber of responses from origin.
all_status_1xxintegerNumber of 1xx "Informational" category status codes delivered from origin.
all_status_200integerNumber of responses received with status code 200 (Success) from origin.
all_status_204integerNumber of responses received with status code 204 (No Content) from origin.
all_status_206integerNumber of responses received with status code 206 (Partial Content) from origin.
all_status_2xxintegerNumber of 2xx "Success" status codes delivered from origin.
all_status_301integerNumber of responses received with status code 301 (Moved Permanently) from origin.
all_status_302integerNumber of responses received with status code 302 (Found) from origin.
all_status_304integerNumber of responses received with status code 304 (Not Modified) from origin.
all_status_3xxintegerNumber of 3xx "Redirection" codes delivered from origin.
all_status_400integerNumber of responses received with status code 400 (Bad Request) from origin.
all_status_401integerNumber of responses received with status code 401 (Unauthorized) from origin.
all_status_403integerNumber of responses received with status code 403 (Forbidden) from origin.
all_status_404integerNumber of responses received with status code 404 (Not Found) from origin.
all_status_404_ratenumberPercentage of responses with 404 codes delivered. If there are no responses, this value will be 0%.
all_status_416integerNumber of responses received with status code 416 (Range Not Satisfiable) from origin.
all_status_429integerNumber of responses received with status code 429 (Too Many Requests) from origin.
all_status_4xxintegerNumber of 4xx "Client Error" codes delivered from origin.
all_status_4xx_excl_404_ratenumberPercentage of responses with 4xx codes delivered excluding 404. If there are no responses, this value will be 0%.
all_status_4xx_ratenumberPercentage of responses with 4xx codes delivered from origin. If there are no responses, this value will be 0%.
all_status_500integerNumber of responses received with status code 500 (Internal Server Error) from origin.
all_status_501integerNumber of responses received with status code 501 (Not Implemented) from origin.
all_status_502integerNumber of responses received with status code 502 (Bad Gateway) from origin.
all_status_503integerNumber of responses received with status code 503 (Service Unavailable) from origin.
all_status_504integerNumber of responses received with status code 504 (Gateway Timeout) from origin.
all_status_505integerNumber of responses received with status code 505 (HTTP Version Not Supported) from origin.
all_status_5xxintegerNumber of 5xx "Server Error" codes delivered from origin.
all_status_5xx_ratenumberPercentage of responses with 5xx codes delivered from origin. If there are no responses, this value will be 0%.
all_status_gte_400_ratenumberPercentage of responses with 4xx or 5xx codes delivered from origin. If there are no responses, this value will be 0%.
all_status_lt_500_ratenumberPercentage of responses with non-5xx codes delivered from origin. If there are no responses, this value will be 0%.