- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for MetricName (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"
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-v3-system-network.go
"context" "github.com/minio/minio/internal/rest" ) const ( internodeErrorsTotal MetricName = "errors_total" internodeDialErrorsTotal MetricName = "dial_errors_total" internodeDialAvgTimeNanos MetricName = "dial_avg_time_nanos" internodeSentBytesTotal MetricName = "sent_bytes_total" internodeRecvBytesTotal MetricName = "recv_bytes_total" ) var ( internodeErrorsTotalMD = NewCounterMD(internodeErrorsTotal,
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Mar 10 09:15:15 GMT 2024 - 2.4K bytes - Click Count (0)