You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`radosgw_http_errors_by_user`| Counter |`pod`, `user`, `tenant`, `bucket`, `http_status`| HTTP errors grouped by user, tenant, bucket, and status code. |
91
92
|`radosgw_http_errors_by_ip`| Counter |`pod`, `bucket`, `ip`, `http_status`| HTTP errors grouped by IP, bucket, and status code. |
92
93
|`radosgw_requests_by_ip`| Gauge |`pod`, `user`, `tenant`, `ip`| Total number of requests grouped by IP and user. |
93
-
|`radosgw_requests_by_ip_bucket_method_tenant`| Gauge |`pod`, `bucket`, `tenant`, `ip`, `method`| Total number of requests grouped by IP, bucket and method. |
94
+
|`radosgw_requests_by_ip_bucket_method_tenant`| Gauge |`pod`, `ip`, `bucket`, `method`, `tenant`| Total number of requests grouped by IP, bucket and method. |
94
95
|`radosgw_bytes_sent_by_ip`| Gauge |`pod`, `user`, `tenant`, `ip`| Total bytes sent grouped by IP and user. |
95
96
|`radosgw_bytes_received_by_ip`| Gauge |`pod`, `user`, `tenant`, `ip`| Total bytes received grouped by IP and user. |
96
97
|`radosgw_requests_duration`| Histogram |`user`, `tenant`, `bucket`, `method`| Histogram of request latencies (in seconds). |
0 commit comments