Skip to content

Commit eedd0ba

Browse files
committed
feat(obj): update
1 parent 0df71d0 commit eedd0ba

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

pages/object-storage/reference-content/logs-metrics-collection-cockpit.mdx

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@ To consult your Object Storage metrics and logs, refer to the [dedicated documen
1515

1616
Cockpit collects the following metrics:
1717

18-
- `object_storage_bucket_bandwidth_egress_bytes`: Total number of bytes sent from the bucket to clients (outbound traffic).
19-
- `object_storage_bucket_bandwidth_ingress_bytes`: Total number of bytes received by the bucket from clients (inbound traffic).
20-
- `object_storage_bucket_http_response_time_seconds_bucket`: Distribution of HTTP response times for bucket operations, grouped into time buckets.
21-
- `object_storage_bucket_http_response_time_seconds_count`: Total count of HTTP responses for bucket operations.
22-
- `object_storage_bucket_http_response_time_seconds_sum`: Cumulative sum of HTTP response times for bucket operations.
23-
- `object_storage_bucket_objects_total`: Total number of objects currently stored in the bucket.
24-
- `object_storage_bucket_parts_total`: Total number of multipart upload parts present in the bucket.
25-
- `object_storage_bucket_usage_bytes_total`: Total storage space used by all objects in the bucket, in bytes.
18+
| Metric Name | Description | Unit | Refresh Frequency |
19+
|--------------------------------------------------|-----------------------------------------------------------------------------|--------|-------------------|
20+
| `object_storage_bucket_bandwidth_egress_bytes` | Total number of bytes sent from the bucket to clients (outbound traffic). | Bytes | 1 minute |
21+
| `object_storage_bucket_bandwidth_ingress_bytes` | Total number of bytes received by the bucket from clients (inbound traffic).| Bytes | 1 minute |
22+
| `object_storage_bucket_http_response_time_seconds_bucket` | Distribution of HTTP response times for bucket operations, grouped into time buckets. | Seconds | 1 minute |
23+
| `object_storage_bucket_http_response_time_seconds_count` | Total count of HTTP responses for bucket operations. | Count | 1 minute |
24+
| `object_storage_bucket_http_response_time_seconds_sum` | Cumulative sum of HTTP response times for bucket operations. | Seconds | 1 minute |
25+
| `object_storage_bucket_objects_total` | Total number of objects currently stored in the bucket. | Count | 5 minutes |
26+
| `object_storage_bucket_parts_total` | Total number of multipart upload parts present in the bucket. | Count | 5 minutes |
27+
| `object_storage_bucket_usage_bytes_total` | Total storage space used by all objects in the bucket, in bytes. | Bytes | 5 minutes |
2628

2729
## Logs collected by Cockpit
2830

0 commit comments

Comments
 (0)