-
Notifications
You must be signed in to change notification settings - Fork 160
/
statsd-mapping.yaml
203 lines (203 loc) · 5.68 KB
/
statsd-mapping.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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
mappings:
- match: consul.*.runtime.*
name: consul_runtime
labels:
type: $2
- match: consul.runtime.total_gc_pause_ns
name: consul_runtime_total_gc_pause_ns
labels:
type: $2
- match: consul.consul.health.service.query-tag.*.*.*
name: consul_health_service_query_tag
labels:
query: $1.$2.$3
- match: consul.consul.health.service.query-tag.*.*.*.*
name: consul_health_service_query_tag
labels:
query: $1.$2.$3.$4
- match: consul.consul.health.service.query-tag.*.*.*.*.*
name: consul_health_service_query_tag
labels:
query: $1.$2.$3.$4.$5
- match: consul.consul.health.service.query-tag.*.*.*.*.*.*
name: consul_health_service_query_tag
labels:
query: $1.$2.$3.$4.$5.$6
- match: consul.consul.health.service.query-tag.*.*.*.*.*.*.*
name: consul_health_service_query_tag
labels:
query: $1.$2.$3.$4.$5.$6.$7
- match: consul.consul.health.service.query-tag.*.*.*.*.*.*.*.*
name: consul_health_service_query_tag
labels:
query: $1.$2.$3.$4.$5.$6.$7.$8
- match: consul.consul.health.service.query-tag.*.*.*.*.*.*.*.*.*
name: consul_health_service_query_tag
labels:
query: $1.$2.$3.$4.$5.$6.$7.$8.$9
- match: consul.consul.health.service.query-tag.*.*.*.*.*.*.*.*.*.*
name: consul_health_service_query_tag
labels:
query: $1.$2.$3.$4.$5.$6.$7.$8.$9.$10
- match: consul.consul.health.service.query-tag.*.*.*.*.*.*.*.*.*.*.*
name: consul_health_service_query_tag
labels:
query: $1.$2.$3.$4.$5.$6.$7.$8.$9.$10.$11
- match: consul.consul.health.service.query-tag.*.*.*.*.*.*.*.*.*.*.*.*
name: consul_health_service_query_tag
labels:
query: $1.$2.$3.$4.$5.$6.$7.$8.$9.$10.$11.$12
- match: consul.consul.catalog.deregister
name: consul_catalog_deregister
labels: {}
- match: consul.consul.dns.domain_query.*.*.*.*.*
name: consul_dns_domain_query
labels:
query: $1.$2.$3.$4.$5
- match: consul.consul.health.service.not-found.*
name: consul_health_service_not_found
labels:
query: $1
- match: consul.consul.health.service.query.*
name: consul_health_service_query
labels:
query: $1
- match: consul.*.memberlist.health.score
name: consul_memberlist_health_score
labels: {}
- match: consul.serf.queue.*
name: consul_serf_events
labels:
type: $1
- match: consul.serf.snapshot.appendLine
name: consul_serf_snapshot_appendLine
labels:
type: $1
- match: consul.serf.coordinate.adjustment-ms
name: consul_serf_coordinate_adjustment_ms
labels: {}
- match: consul.consul.rpc.query
name: consul_rpc_query
labels: {}
- match: consul.*.consul.session_ttl.active
name: consul_session_ttl_active
labels: {}
- match: consul.raft.rpc.*
name: consul_raft_rpc
labels:
type: $1
- match: consul.raft.rpc.appendEntries.storeLogs
name: consul_raft_rpc_appendEntries_storeLogs
labels:
type: $1
- match: consul.consul.fsm.persist
name: consul_fsm_persist
labels: {}
- match: consul.raft.fsm.apply
name: consul_raft_fsm_apply
labels: {}
- match: consul.raft.leader.lastContact
name: consul_raft_leader_lastcontact
labels: {}
- match: consul.raft.leader.dispatchLog
name: consul_raft_leader_dispatchLog
labels: {}
- match: consul.raft.commitTime
name: consul_raft_commitTime
labels: {}
- match: consul.raft.replication.appendEntries.logs.*.*.*.*
name: consul_raft_replication_appendEntries_logs
labels:
query: ${1}.${2}.${3}.${4}
- match: consul.raft.replication.appendEntries.rpc.*.*.*.*
name: consul_raft_replication_appendEntries_rpc
labels:
query: ${1}.${2}.${3}.${4}
- match: consul.raft.replication.heartbeat.*.*.*.*
name: consul_raft_replication_heartbeat
labels:
query: ${1}.${2}.${3}.${4}
- match: consul.consul.rpc.request
name: consul_rpc_requests
labels: {}
- match: consul.consul.rpc.accept_conn
name: consul_rpc_accept_conn
labels: {}
- match: consul.memberlist.udp.*
name: consul_memberlist_udp
labels:
type: $1
- match: consul.memberlist.tcp.*
name: consul_memberlist_tcp
labels:
type: $1
- match: consul.memberlist.gossip
name: consul_memberlist_gossep
labels: {}
- match: consul.memberlist.probeNode
name: consul_memberlist_probenode
labels: {}
- match: consul.memberlist.pushPullNode
name: consul_memberlist_pushpullnode
labels: {}
- match: consul.consul.http.*
name: consul_http_request
labels:
method: $1
path: /
- match: consul.consul.http.*.*
name: consul_http_request
labels:
method: $1
path: /$2
- match: consul.consul.http.*.*.*
name: consul_http_request
labels:
method: $1
path: /$2/$3
- match: consul.consul.http.*.*.*.*
name: consul_http_request
labels:
method: $1
path: /$2/$3/$4
- match: consul.consul.http.*.*.*.*.*
name: consul_http_request
labels:
method: $1
path: /$2/$3/$4/$5
- match: consul.consul.leader.barrier
name: consul_leader_barrier
labels: {}
- match: consul.consul.leader.reconcileMember
name: consul_leader_reconcileMember
labels: {}
- match: consul.consul.leader.reconcile
name: consul_leader_reconcile
labels: {}
- match: consul.consul.fsm.coordinate.batch-update
name: consul_fsm_coordinate_batch_update
labels: {}
- match: consul.consul.fsm.autopilot
name: consul_fsm_autopilot
labels: {}
- match: consul.consul.fsm.kvs.cas
name: consul_fsm_kvs_cas
labels: {}
- match: consul.consul.fsm.register
name: consul_fsm_register
labels: {}
- match: consul.consul.fsm.deregister
name: consul_fsm_deregister
labels: {}
- match: consul.consul.fsm.tombstone.reap
name: consul_fsm_tombstone_reap
labels: {}
- match: consul.consul.catalog.register
name: consul_catalog_register
labels: {}
- match: consul.consul.catalog.deregister
name: consul_catalog_deregister
labels: {}
- match: consul.consul.leader.reapTombstones
name: consul_leader_reapTombstones
labels: {}