1
- # HELP haproxy_exporter_csv_parse_failures Number of errors while parsing CSV.
2
- # TYPE haproxy_exporter_csv_parse_failures counter
3
- haproxy_exporter_csv_parse_failures 1
4
- # HELP haproxy_exporter_total_scrapes Current total HAProxy scrapes.
5
- # TYPE haproxy_exporter_total_scrapes counter
6
- haproxy_exporter_total_scrapes 1
1
+ # HELP haproxy_exporter_csv_parse_failures_total Number of errors while parsing CSV.
2
+ # TYPE haproxy_exporter_csv_parse_failures_total counter
3
+ haproxy_exporter_csv_parse_failures_total 1
4
+ # HELP haproxy_exporter_scrapes_total Current total HAProxy scrapes.
5
+ # TYPE haproxy_exporter_scrapes_total counter
6
+ haproxy_exporter_scrapes_total 1
7
7
# HELP haproxy_server_bytes_in_total Current total of incoming bytes.
8
- # TYPE haproxy_server_bytes_in_total gauge
8
+ # TYPE haproxy_server_bytes_in_total counter
9
9
haproxy_server_bytes_in_total{backend="foo",server="BACKEND"} 0
10
10
haproxy_server_bytes_in_total{backend="foo",server="FRONTEND"} 0
11
11
haproxy_server_bytes_in_total{backend="foo",server="foo-instance-0"} 0
12
12
# HELP haproxy_server_bytes_out_total Current total of outgoing bytes.
13
- # TYPE haproxy_server_bytes_out_total gauge
13
+ # TYPE haproxy_server_bytes_out_total counter
14
14
haproxy_server_bytes_out_total{backend="foo",server="BACKEND"} 0
15
15
haproxy_server_bytes_out_total{backend="foo",server="FRONTEND"} 0
16
16
haproxy_server_bytes_out_total{backend="foo",server="foo-instance-0"} 0
@@ -20,17 +20,17 @@ haproxy_server_check_duration_milliseconds{backend="foo",server="BACKEND"} 0
20
20
haproxy_server_check_duration_milliseconds{backend="foo",server="FRONTEND"} 0
21
21
haproxy_server_check_duration_milliseconds{backend="foo",server="foo-instance-0"} 0
22
22
# HELP haproxy_server_check_failures_total Total number of failed health checks.
23
- # TYPE haproxy_server_check_failures_total gauge
23
+ # TYPE haproxy_server_check_failures_total counter
24
24
haproxy_server_check_failures_total{backend="foo",server="BACKEND"} 0
25
25
haproxy_server_check_failures_total{backend="foo",server="FRONTEND"} 0
26
26
haproxy_server_check_failures_total{backend="foo",server="foo-instance-0"} 0
27
27
# HELP haproxy_server_client_aborts_total Total number of data transfers aborted by the client.
28
- # TYPE haproxy_server_client_aborts_total gauge
28
+ # TYPE haproxy_server_client_aborts_total counter
29
29
haproxy_server_client_aborts_total{backend="foo",server="BACKEND"} 0
30
30
haproxy_server_client_aborts_total{backend="foo",server="FRONTEND"} 0
31
31
haproxy_server_client_aborts_total{backend="foo",server="foo-instance-0"} 0
32
32
# HELP haproxy_server_connection_errors_total Total of connection errors.
33
- # TYPE haproxy_server_connection_errors_total gauge
33
+ # TYPE haproxy_server_connection_errors_total counter
34
34
haproxy_server_connection_errors_total{backend="foo",server="BACKEND"} 0
35
35
haproxy_server_connection_errors_total{backend="foo",server="FRONTEND"} 0
36
36
haproxy_server_connection_errors_total{backend="foo",server="foo-instance-0"} 0
@@ -50,7 +50,7 @@ haproxy_server_current_sessions{backend="foo",server="BACKEND"} 0
50
50
haproxy_server_current_sessions{backend="foo",server="FRONTEND"} 0
51
51
haproxy_server_current_sessions{backend="foo",server="foo-instance-0"} 0
52
52
# HELP haproxy_server_downtime_seconds_total Total downtime in seconds.
53
- # TYPE haproxy_server_downtime_seconds_total gauge
53
+ # TYPE haproxy_server_downtime_seconds_total counter
54
54
haproxy_server_downtime_seconds_total{backend="foo",server="BACKEND"} 0
55
55
haproxy_server_downtime_seconds_total{backend="foo",server="FRONTEND"} 0
56
56
haproxy_server_downtime_seconds_total{backend="foo",server="foo-instance-0"} 0
@@ -70,32 +70,32 @@ haproxy_server_max_sessions{backend="foo",server="BACKEND"} 0
70
70
haproxy_server_max_sessions{backend="foo",server="FRONTEND"} 0
71
71
haproxy_server_max_sessions{backend="foo",server="foo-instance-0"} 0
72
72
# HELP haproxy_server_redispatch_warnings_total Total of redispatch warnings.
73
- # TYPE haproxy_server_redispatch_warnings_total gauge
73
+ # TYPE haproxy_server_redispatch_warnings_total counter
74
74
haproxy_server_redispatch_warnings_total{backend="foo",server="BACKEND"} 0
75
75
haproxy_server_redispatch_warnings_total{backend="foo",server="FRONTEND"} 0
76
76
haproxy_server_redispatch_warnings_total{backend="foo",server="foo-instance-0"} 0
77
77
# HELP haproxy_server_response_errors_total Total of response errors.
78
- # TYPE haproxy_server_response_errors_total gauge
78
+ # TYPE haproxy_server_response_errors_total counter
79
79
haproxy_server_response_errors_total{backend="foo",server="BACKEND"} 0
80
80
haproxy_server_response_errors_total{backend="foo",server="FRONTEND"} 0
81
81
haproxy_server_response_errors_total{backend="foo",server="foo-instance-0"} 0
82
82
# HELP haproxy_server_retry_warnings_total Total of retry warnings.
83
- # TYPE haproxy_server_retry_warnings_total gauge
83
+ # TYPE haproxy_server_retry_warnings_total counter
84
84
haproxy_server_retry_warnings_total{backend="foo",server="BACKEND"} 0
85
85
haproxy_server_retry_warnings_total{backend="foo",server="FRONTEND"} 0
86
86
haproxy_server_retry_warnings_total{backend="foo",server="foo-instance-0"} 0
87
87
# HELP haproxy_server_server_aborts_total Total number of data transfers aborted by the server.
88
- # TYPE haproxy_server_server_aborts_total gauge
88
+ # TYPE haproxy_server_server_aborts_total counter
89
89
haproxy_server_server_aborts_total{backend="foo",server="BACKEND"} 0
90
90
haproxy_server_server_aborts_total{backend="foo",server="FRONTEND"} 0
91
91
haproxy_server_server_aborts_total{backend="foo",server="foo-instance-0"} 0
92
92
# HELP haproxy_server_server_selected_total Total number of times a server was selected, either for new sessions, or when re-dispatching.
93
- # TYPE haproxy_server_server_selected_total gauge
93
+ # TYPE haproxy_server_server_selected_total counter
94
94
haproxy_server_server_selected_total{backend="foo",server="BACKEND"} 0
95
95
haproxy_server_server_selected_total{backend="foo",server="FRONTEND"} 0
96
96
haproxy_server_server_selected_total{backend="foo",server="foo-instance-0"} 0
97
97
# HELP haproxy_server_sessions_total Total number of sessions.
98
- # TYPE haproxy_server_sessions_total gauge
98
+ # TYPE haproxy_server_sessions_total counter
99
99
haproxy_server_sessions_total{backend="foo",server="BACKEND"} 0
100
100
haproxy_server_sessions_total{backend="foo",server="FRONTEND"} 0
101
101
haproxy_server_sessions_total{backend="foo",server="foo-instance-0"} 0
0 commit comments