- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for canceled_total (0.07 seconds)
-
cmd/metrics-v3-api.go
apiRequestsErrorsTotal MetricName = "errors_total" apiRequests5xxErrorsTotal MetricName = "5xx_errors_total" apiRequests4xxErrorsTotal MetricName = "4xx_errors_total" apiRequestsCanceledTotal MetricName = "canceled_total" apiRequestsTTFBSecondsDistribution MetricName = "ttfb_seconds_distribution" apiTrafficSentBytes MetricName = "traffic_sent_bytes" apiTrafficRecvBytes MetricName = "traffic_received_bytes" ) var (
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Sep 24 17:13:00 GMT 2024 - 9.4K bytes - Click Count (0) -
cmd/metrics-v2.go
) // MetricName are the individual names for the metric. type MetricName string const ( authTotal MetricName = "auth_total" canceledTotal MetricName = "canceled_total" errorsTotal MetricName = "errors_total" headerTotal MetricName = "header_total" healTotal MetricName = "heal_total" hitsTotal MetricName = "hits_total"
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 133.6K bytes - Click Count (0)