Skip to content

Commit 0c33988

Browse files
committed
feat(obj): update
1 parent 170305a commit 0c33988

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

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

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,30 @@ To consult your Object Storage metrics and logs, refer to the [dedicated documen
1313

1414
## Metrics collected by Cockpit
1515

16-
Cockpit collects the following metrics:
16+
Cockpit collects the following metrics for each Object Storage bucket:
1717

1818
| Metric Name | Description | Unit | Refresh Frequency |
1919
|--------------------------------------------------|-----------------------------------------------------------------------------|--------|-------------------|
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 |
20+
| `object_storage_bucket_objects_total` | Total number of objects currently stored in the bucket. | Objects | 1 hour |
21+
| `object_storage_bucket_usage_bytes_total` | Total storage space used by all objects in the bucket, in bytes. | Bytes | 1 hour |
22+
| `object_storage_bucket_parts_total` | Total number of multipart upload parts present in the bucket. | Parts | 1 hour |
23+
| `object_storage_bucket_bandwidth_egress_bytes` | Total number of bytes sent from the bucket to clients (outbound traffic). | KB/MB per day | 1 minute |
24+
| `object_storage_bucket_bandwidth_ingress_bytes` | Total number of bytes received by the bucket from clients (inbound traffic).| KB/MB per day | 1 minute |
25+
| `object_storage_bucket_http_response_time_seconds_bucket` | Distribution of HTTP response times for bucket operations. | s/ms | 1 minute |
26+
| `object_storage_bucket_http_response_time_seconds_count` | Total count of HTTP responses for bucket operations. | min/s/ms | 1 minute |
27+
| `object_storage_bucket_http_response_time_seconds_sum` | Cumulative sum of HTTP response times for bucket operations. | s/ms | 1 minute |
2828

2929
## Logs collected by Cockpit
3030

31-
Cockpit collects the following logs:
31+
Cockpit collects the following logs for each request received by Object Storage buckets:
3232

3333
- `@timestamp`: The exact time when the log entry was recorded.
34-
- `hp.res.header.s3`: The specific S3 API operation performed (e.g., GetObject, PutObject).
35-
- `hp.res.header.account`: The ProjectID associated with the request.
36-
- `hp.req.uri`: The URI path of the HTTP request made to the bucket.
37-
- `hp.req.method`: The HTTP method used for the request (e.g., GET, PUT, DELETE).
38-
- `hp.res.status_code`: The HTTP status code returned in response to the request.
39-
- `hp.req.header.host`: The value of the HTTP Host header in the request.
40-
- `hp.res.header.bucket`: The name of the bucket targeted by the request.
41-
- `hp.res.header.txid`: The unique transaction ID assigned to the request.
42-
- `hp.net.client_ip`: The source IP address from which the request originated.
34+
- `s3_call`: The specific S3 API operation performed (e.g., GetObject, PutObject).
35+
- `project_id`: The ProjectID associated with the request.
36+
- `URI`: The URI path of the HTTP request made to the bucket.
37+
- `http_method`: The HTTP method used for the request (e.g., GET, PUT, DELETE).
38+
- `http_status_code`: The HTTP status code returned in response to the request.
39+
- `http_host`: The value of the HTTP Host header in the request.
40+
- `bucket`: The name of the bucket targeted by the request.
41+
- `txid`: The unique transaction ID assigned to the request.
42+
- `source_ip`: The source IP address from which the request originated.

0 commit comments

Comments
 (0)