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
| actionType | The name of the operation performed. |
24
-
| actionStatus | The status of the operation. Can be `success`, `userError`, or `internalError`. |
25
-
| bucketName | The bucket this operation was performed on if applicable. For buckets with a jurisdiction specified, you must include the jurisdiction followed by an underscore before the bucket name. For example: eu_your-bucket-name |
26
-
| objectName | The object this operation was performed on if applicable. |
27
-
| responseStatusCode | The http status code returned by this operation. |
28
-
| datetime | The time of the request. |
21
+
| <divstyle="width:175px"> Field </div> | Description |
| actionType | The name of the operation performed. |
24
+
| actionStatus | The status of the operation. Can be `success`, `userError`, or `internalError`. |
25
+
| bucketName | The bucket this operation was performed on if applicable. For buckets with a jurisdiction specified, you must include the jurisdiction followed by an underscore before the bucket name. For example: `eu_your-bucket-name`|
26
+
| objectName | The object this operation was performed on if applicable. |
27
+
| responseStatusCode | The http status code returned by this operation. |
28
+
| datetime | The time of the request. |
29
29
30
30
### Storage Dataset
31
31
@@ -40,6 +40,12 @@ R2 currently has two datasets:
40
40
41
41
Metrics can be queried (and are retained) for the past 31 days. These datasets require an `accountTag` filter with your Cloudflare account ID.
42
42
43
+
:::caution[Querying buckets with jurisdiction restriction]
44
+
In you account, you may have two buckets of the same name, one with a specified jurisdiction, and one without.
45
+
46
+
Therefore, if you want to query metrics about a bucket which has a specified jurisdiction, you must include the [jurisdiction](https://developers.cloudflare.com/r2/reference/data-location/#jurisdictional-restrictions) followed by an underscore before the bucket name. For example: `eu_bucket-name`. This ensures you query the correct bucket.
47
+
:::
48
+
43
49
## View via the dashboard
44
50
45
51
Per-bucket analytics for R2 are available in the Cloudflare dashboard. To view current and historical metrics for a bucket:
0 commit comments