|
1 | 1 | - name: storage |
| 2 | + description: Google Cloud Storage metrics |
2 | 3 | release: beta |
3 | 4 | type: group |
4 | | - description: Google Cloud Storage metrics |
5 | 5 | fields: |
6 | | - - name: api |
7 | | - type: group |
8 | | - fields: |
9 | | - - name: request_count.value |
10 | | - type: long |
11 | | - description: Delta count of API calls, grouped by the API method name and response code. |
12 | | - - name: authz |
13 | | - type: group |
14 | | - fields: |
15 | | - - name: acl_based_object_access_count.value |
16 | | - type: long |
17 | | - description: Delta count of requests that result in an object being granted access solely due to object ACLs. |
18 | | - - name: acl_operations_count.value |
19 | | - type: long |
20 | | - description: Usage of ACL operations broken down by type. |
21 | | - - name: object_specific_acl_mutation_count.value |
22 | | - type: long |
23 | | - description: Delta count of changes made to object specific ACLs. |
24 | | - - name: network |
25 | | - type: group |
26 | | - fields: |
27 | | - - name: received_bytes_count.value |
28 | | - type: long |
29 | | - description: Delta count of bytes received over the network, grouped by the API method name and response code. |
30 | | - - name: sent_bytes_count.value |
31 | | - type: long |
32 | | - description: Delta count of bytes sent over the network, grouped by the API method name and response code. |
33 | | - - name: storage |
34 | | - type: group |
35 | | - fields: |
36 | | - - name: object_count.value |
37 | | - type: long |
38 | | - description: Total number of objects per bucket, grouped by storage class. This value is measured once per day, and the value is repeated at each sampling interval throughout the day. |
39 | | - - name: total_byte_seconds.value |
40 | | - type: long |
41 | | - description: Delta count of bytes received over the network, grouped by the API method name and response code. |
42 | | - - name: total_bytes.value |
43 | | - type: long |
44 | | - description: Total size of all objects in the bucket, grouped by storage class. This value is measured once per day, and the value is repeated at each sampling interval throughout the day. |
| 6 | + - name: api.request_count.value |
| 7 | + type: long |
| 8 | + description: Delta count of API calls, grouped by the API method name and response code. |
| 9 | + - name: authz.acl_based_object_access_count.value |
| 10 | + type: long |
| 11 | + description: Delta count of requests that result in an object being granted access solely due to object ACLs. |
| 12 | + - name: authz.acl_operations_count.value |
| 13 | + type: long |
| 14 | + description: Usage of ACL operations broken down by type. |
| 15 | + - name: authz.object_specific_acl_mutation_count.value |
| 16 | + type: long |
| 17 | + description: Delta count of changes made to object specific ACLs. |
| 18 | + - name: network.received_bytes_count.value |
| 19 | + type: long |
| 20 | + description: Delta count of bytes received over the network, grouped by the API method name and response code. |
| 21 | + - name: network.sent_bytes_count.value |
| 22 | + type: long |
| 23 | + description: Delta count of bytes sent over the network, grouped by the API method name and response code. |
| 24 | + - name: storage.object_count.value |
| 25 | + type: long |
| 26 | + description: Total number of objects per bucket, grouped by storage class. This value is measured once per day, and the value is repeated at each sampling interval throughout the day. |
| 27 | + - name: storage.total_byte_seconds.value |
| 28 | + type: long |
| 29 | + description: Delta count of bytes received over the network, grouped by the API method name and response code. |
| 30 | + - name: storage.total_bytes.value |
| 31 | + type: long |
| 32 | + description: Total size of all objects in the bucket, grouped by storage class. This value is measured once per day, and the value is repeated at each sampling interval throughout the day. |
0 commit comments