forked from graphdat/plugin-haproxy
-
Notifications
You must be signed in to change notification settings - Fork 2
/
metrics.json
173 lines (173 loc) · 5.16 KB
/
metrics.json
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
{
"HAPROXY_1XX_RESPONSES" : {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "The number of 1XX HTTP responses",
"displayName": "Haproxy 1XX Resp",
"displayNameShort": "ha-1XX-resp",
"isDisabled": 0,
"unit": "number"
},
"HAPROXY_2XX_RESPONSES" : {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "the number of 2XX HTTP responses",
"displayName": "Haproxy 2XX Resp",
"displayNameShort": "ha-2XX-resp",
"isDisabled": 0,
"unit": "number"
},
"HAPROXY_3XX_RESPONSES" : {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "the number of 3XX HTTP responses",
"displayName": "Haproxy 3XX Resp",
"displayNameShort": "ha-3XX-resp",
"isDisabled": 0,
"unit": "number"
},
"HAPROXY_4XX_RESPONSES" : {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "the number of 4XX HTTP responses",
"displayName": "Haproxy 4XX Resp",
"displayNameShort": "ha-4XX-resp",
"isDisabled": 0,
"unit": "number"
},
"HAPROXY_5XX_RESPONSES" : {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "the number of 5XX HTTP responses",
"displayName": "Haproxy 5XX Resp",
"displayNameShort": "ha-5XX-resp",
"isDisabled": 0,
"unit": "number"
},
"HAPROXY_BYTES_IN" : {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "bytes in",
"displayName": "Haproxy Bytes In",
"displayNameShort": "ha-bytes-in",
"isDisabled": 0,
"unit": "bytecount"
},
"HAPROXY_BYTES_OUT" : {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "bytes out",
"displayName": "Haproxy Bytes Out",
"displayNameShort": "ha-bytes-out",
"isDisabled": 0,
"unit": "bytecount"
},
"HAPROXY_REQUESTS_ABORTED_BY_CLIENT" : {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "number of data transfers aborted by the client",
"displayName": "Haproxy Client Aborts",
"displayNameShort": "ha-client-aborts",
"isDisabled": 0,
"unit": "number"
},
"HAPROXY_SESSIONS" : {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "current sessions",
"displayName": "Haproxy Current Sessions",
"displayNameShort": "ha-current-sess",
"isDisabled": 0,
"unit": "number"
},
"HAPROXY_DOWNTIME_SECONDS" : {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "the number of seconds haproxy is down",
"displayName": "Haproxy Downtime",
"displayNameShort": "ha-down-secs",
"isDisabled": 0,
"unit": "duration"
},
"HAPROXY_ERRORS" : {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "request errors + connection errors + response errors",
"displayName": "Haproxy Errors",
"displayNameShort": "ha-errors",
"isDisabled": 0,
"unit": "number"
},
"HAPROXY_FAILED_HEALTH_CHECKS" : {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "the number of failed health checks",
"displayName": "Haproxy Failed Health Checks",
"displayNameShort": "ha-failed-health",
"isDisabled": 0,
"unit": "number"
},
"HAPROXY_REQUESTS_HANDLED" : {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "total number of HTTP requests handled",
"displayName": "Haproxy Handled Requests",
"displayNameShort": "ha-handled-reqs",
"isDisabled": 0,
"unit": "number"
},
"HAPROXY_OTHER_RESPONSES" : {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "http responses with other codes (protocol error)",
"displayName": "Haproxy Other Resp",
"displayNameShort": "ha-other-resp",
"isDisabled": 0,
"unit": "number"
},
"HAPROXY_REQUESTS_QUEUE_LIMIT" : {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "queue Limit",
"displayName": "Haproxy Queue Limit",
"displayNameShort": "ha-queue-limit",
"isDisabled": 0,
"unit": "percent"
},
"HAPROXY_REQUESTS_QUEUED" : {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": " current queued requests",
"displayName": "Haproxy Queued Requests",
"displayNameShort": "ha-queued-reqa",
"isDisabled": 0,
"unit": "number"
},
"HAPROXY_REQUESTS_ABORTED_BY_SERVER" : {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "number of data transfers aborted by the server",
"displayName": "Haproxy Server aborts",
"displayNameShort": "ha-server-aborts",
"isDisabled": 0,
"unit": "number"
},
"HAPROXY_SESSION_LIMIT" : {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "session limit",
"displayName": "Haproxy Session Limit",
"displayNameShort": "ha-sess-limit",
"isDisabled": 0,
"unit": "percent"
},
"HAPROXY_WARNINGS" : {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "retries + redispatched",
"displayName": "Haproxy Warnings",
"displayNameShort": "ha-warnings",
"isDisabled": 0,
"unit": "number"
}
}