This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
/
s3stats-allowlist-test.yaml
138 lines (137 loc) · 4.26 KB
/
s3stats-allowlist-test.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
#
# Copyright (c) 2020 Seagate Technology LLC and/or its Affiliates
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# For any questions about this software or licensing,
# please email [email protected] or [email protected].
#
# Allowlist of Stats metrics to be published to the backend
# Format: <-><space><metric name>
# eg: - total_request_count
############################################################
# Timer metrics
- total_request_time
- uri_to_motr_oid
- copy_to_motr_buf
- total_buffering_time
- create_object_success
- create_object_failed
- multipart_create_object_success
- multipart_create_object_failed
- chunkupload_create_object_success
- chunkupload_create_object_failed
- get_keyval_success
- get_keyval_failed
- create_index_op_success
- create_index_op_failed
- delete_index_op_success
- delete_index_op_failed
- put_keyval_success
- put_keyval_failed
- delete_keyval_success
- delete_keyval_failed
- delete_object_from_motr_success
- delete_object_from_motr_failed
- delete_objects_from_motr_success
- delete_objects_from_motr_failed
- write_to_motr_op_success
- write_to_motr_op_failed
- read_object_data_success
- read_object_data_failed
- check_authentication
- load_bucket_info
- load_object_metadata
- get_object_send_data
- put_object_save_metadata
- evhtp_paused
############################################################
# Counter metrics
- get_bucket_location_request_count
- delete_multiobject_request_count
- get_bucket_acl_request_count
- put_bucket_acl_request_count
- get_multipart_bucket_request_count
- get_bucket_policy_request_count
- put_bucket_policy_request_count
- delete_bucket_policy_request_count
- head_bucket_request_count
- get_bucket_request_count
- put_bucket_request_count
- delete_bucket_request_count
- get_object_acl_request_count
- put_object_acl_request_count
- post_multipart_complete_request_count
- post_multipart_initiate_request_count
- put_multipart_part_request_count
- get_multipart_parts_request_count
- abort_multipart_request_count
- head_object_request_count
- copy_object_request_count
- put_object_request_count
- put_object_chunkupload_request_count
- get_object_request_count
- delete_object_request_count
- total_request_count
- unsupported_api_count
- get_service_request_count
- authorization_failed_invalid_accesskey_count
- authorization_failed_signature_mismatch_count
- authentication_failed_invalid_accesskey_count
- authentication_failed_signature_mismatch_count
- internal_error_count
- get_bucket_analytics_count
- put_bucket_analytics_count
- delete_bucket_analytics_count
- get_bucket_inventory_count
- put_bucket_inventory_count
- delete_bucket_inventory_count
- get_bucket_metrics_count
- put_bucket_metrics_count
- delete_bucket_metrics_count
- get_bucket_tagging_count
- put_bucket_tagging_count
- delete_bucket_tagging_count
- get_bucket_website_count
- put_bucket_website_count
- delete_bucket_website_count
- get_bucket_replication_count
- put_bucket_replication_count
- delete_bucket_replication_count
- get_bucket_accelerate_count
- put_bucket_accelerate_count
- get_bucket_logging_count
- put_bucket_logging_count
- get_bucket_versioning_count
- put_bucket_versioning_count
- get_bucket_notification_count
- put_bucket_notification_count
- get_bucket_requestPayment_count
- put_bucket_requestPayment_count
- get_object_torrent_count
- get_object_tagging_count
- put_object_tagging_count
- delete_object_tagging_count
- create_index_op_success_count
- get_keyval_success_count
- put_keyval_success_count
- sync_index_op_success_count
- sync_keyval_op_success_count
- read_object_data_success_count
- write_to_motr_op_success_count
# PUT/GET callbacks from libevhtp
- incoming_object_data_blocks_count
- outgoing_object_data_blocks_count
# Received/sent object content bytes, for CSM
- incoming_object_bytes_count
- outcoming_object_bytes_count