Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for loadBucketAPITTFBMetrics (0.09 sec)

  1. cmd/metrics-v3-api.go

    			m.Set(apiRequests5xxErrorsTotal, float64(v), "bucket", bucket, "name", k, "type", "s3")
    		}
    	}
    
    	return nil
    }
    
    // loadBucketAPITTFBMetrics - loads bucket S3 TTFB metrics.
    //
    // This is a `MetricsLoaderFn`.
    func loadBucketAPITTFBMetrics(ctx context.Context, m MetricValues, _ *metricsCache, buckets []string) error {
    	renameLabels := map[string]string{"api": "name"}
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Sep 24 17:13:00 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top