Skip to content

Commit 9f74e96

Browse files
committed
feat(obj): add doc on metrics and logs collected MTA-6463
1 parent f985290 commit 9f74e96

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5386,6 +5386,10 @@
53865386
"label": "Equivalence between Object Storage actions and IAM permissions",
53875387
"slug": "s3-iam-permissions-equivalence"
53885388
},
5389+
{
5390+
"label":"Logs and Metrics collected and sent to Cockpit",
5391+
"slug":"logs-metrics-collection-cockpit"
5392+
},
53895393
{
53905394
"label": "Supported checksums",
53915395
"slug": "supported-checksums"
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Logs and metrics collected and sent to Cockpit
3+
description: This page details what data is sent to Cockpit as logs and metrics for monitoring purposes
4+
tags: data collect monitoring observability cockpit audit data plane
5+
dates:
6+
validation: 2025-09-25
7+
posted: 2025-09-25
8+
---
9+
10+
Scaleway Object Storage automatically sends logs and metrics to [Scaleway Cockpit](/cockpit/) for monitoring purposes.
11+
12+
Cockpit collects the following metrics:
13+
14+
- `object_storage_bucket_bandwidth_egress_bytes`
15+
- `object_storage_bucket_bandwidth_ingress_bytes`
16+
- `object_storage_bucket_http_response_time_seconds_bucket`
17+
- `object_storage_bucket_http_response_time_seconds_count`
18+
- `object_storage_bucket_http_response_time_seconds_sum`
19+
- `object_storage_bucket_objects_total`
20+
- `object_storage_bucket_parts_total`
21+
- `object_storage_bucket_usage_bytes_total`
22+

0 commit comments

Comments
 (0)