- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for JoinLoaders (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/metrics-v3.go
apiRequests5xxErrorsTotalMD, apiRequests4xxErrorsTotalMD, apiRequestsCanceledTotalMD, apiRequestsTTFBSecondsDistributionMD, apiTrafficSentBytesMD, apiTrafficRecvBytesMD, }, JoinLoaders(loadAPIRequestsHTTPMetrics, loadAPIRequestsTTFBMetrics, loadAPIRequestsNetworkMetrics), ) bucketAPIMG := NewBucketMetricsGroup(bucketAPICollectorPath, []MetricDescriptor{ bucketAPITrafficRecvBytesMD,
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 02 00:55:27 GMT 2024 - 13.6K bytes - Click Count (0) -
cmd/metrics-v3-types.go
// 500 Internal Server Error. type MetricsLoaderFn func(context.Context, MetricValues, *metricsCache) error // JoinLoaders - joins multiple loaders into a single loader. The returned // loader will call each of the given loaders in order. If any of the loaders // return an error, the returned loader will return that error. func JoinLoaders(loaders ...MetricsLoaderFn) MetricsLoaderFn { return func(ctx context.Context, m MetricValues, c *metricsCache) error {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Feb 28 19:33:08 GMT 2025 - 15.6K bytes - Click Count (0)