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
|
# HELP haproxy_exporter_csv_parse_failures_total Number of errors while parsing CSV.
# TYPE haproxy_exporter_csv_parse_failures_total counter
haproxy_exporter_csv_parse_failures_total 1
# HELP haproxy_exporter_scrapes_total Current total HAProxy scrapes.
# TYPE haproxy_exporter_scrapes_total counter
haproxy_exporter_scrapes_total 1
# HELP haproxy_server_bytes_in_total Current total of incoming bytes.
# TYPE haproxy_server_bytes_in_total counter
haproxy_server_bytes_in_total{backend="foo",server="BACKEND"} 0
haproxy_server_bytes_in_total{backend="foo",server="FRONTEND"} 0
haproxy_server_bytes_in_total{backend="foo",server="foo-instance-0"} 0
# HELP haproxy_server_bytes_out_total Current total of outgoing bytes.
# TYPE haproxy_server_bytes_out_total counter
haproxy_server_bytes_out_total{backend="foo",server="BACKEND"} 0
haproxy_server_bytes_out_total{backend="foo",server="FRONTEND"} 0
haproxy_server_bytes_out_total{backend="foo",server="foo-instance-0"} 0
# HELP haproxy_server_check_duration_seconds Previously run health check duration, in seconds
# TYPE haproxy_server_check_duration_seconds gauge
haproxy_server_check_duration_seconds{backend="foo",server="BACKEND"} 0
haproxy_server_check_duration_seconds{backend="foo",server="FRONTEND"} 0
haproxy_server_check_duration_seconds{backend="foo",server="foo-instance-0"} 0
# HELP haproxy_server_check_failures_total Total number of failed health checks.
# TYPE haproxy_server_check_failures_total counter
haproxy_server_check_failures_total{backend="foo",server="BACKEND"} 0
haproxy_server_check_failures_total{backend="foo",server="FRONTEND"} 0
haproxy_server_check_failures_total{backend="foo",server="foo-instance-0"} 0
# HELP haproxy_server_client_aborts_total Total number of data transfers aborted by the client.
# TYPE haproxy_server_client_aborts_total counter
haproxy_server_client_aborts_total{backend="foo",server="BACKEND"} 0
haproxy_server_client_aborts_total{backend="foo",server="FRONTEND"} 0
haproxy_server_client_aborts_total{backend="foo",server="foo-instance-0"} 0
# HELP haproxy_server_connection_errors_total Total of connection errors.
# TYPE haproxy_server_connection_errors_total counter
haproxy_server_connection_errors_total{backend="foo",server="BACKEND"} 0
haproxy_server_connection_errors_total{backend="foo",server="FRONTEND"} 0
haproxy_server_connection_errors_total{backend="foo",server="foo-instance-0"} 0
# HELP haproxy_server_current_queue Current number of queued requests assigned to this server.
# TYPE haproxy_server_current_queue gauge
haproxy_server_current_queue{backend="foo",server="BACKEND"} 0
haproxy_server_current_queue{backend="foo",server="FRONTEND"} 0
haproxy_server_current_queue{backend="foo",server="foo-instance-0"} 0
# HELP haproxy_server_current_session_rate Current number of sessions per second over last elapsed second.
# TYPE haproxy_server_current_session_rate gauge
haproxy_server_current_session_rate{backend="foo",server="BACKEND"} 0
haproxy_server_current_session_rate{backend="foo",server="FRONTEND"} 0
haproxy_server_current_session_rate{backend="foo",server="foo-instance-0"} 0
# HELP haproxy_server_current_sessions Current number of active sessions.
# TYPE haproxy_server_current_sessions gauge
haproxy_server_current_sessions{backend="foo",server="BACKEND"} 0
haproxy_server_current_sessions{backend="foo",server="FRONTEND"} 0
haproxy_server_current_sessions{backend="foo",server="foo-instance-0"} 0
# HELP haproxy_server_downtime_seconds_total Total downtime in seconds.
# TYPE haproxy_server_downtime_seconds_total counter
haproxy_server_downtime_seconds_total{backend="foo",server="BACKEND"} 0
haproxy_server_downtime_seconds_total{backend="foo",server="FRONTEND"} 0
haproxy_server_downtime_seconds_total{backend="foo",server="foo-instance-0"} 0
# HELP haproxy_server_max_queue Maximum observed number of queued requests assigned to this server.
# TYPE haproxy_server_max_queue gauge
haproxy_server_max_queue{backend="foo",server="BACKEND"} 0
haproxy_server_max_queue{backend="foo",server="FRONTEND"} 0
haproxy_server_max_queue{backend="foo",server="foo-instance-0"} 0
# HELP haproxy_server_max_session_rate Maximum observed number of sessions per second.
# TYPE haproxy_server_max_session_rate gauge
haproxy_server_max_session_rate{backend="foo",server="BACKEND"} 0
haproxy_server_max_session_rate{backend="foo",server="FRONTEND"} 0
haproxy_server_max_session_rate{backend="foo",server="foo-instance-0"} 0
# HELP haproxy_server_max_sessions Maximum observed number of active sessions.
# TYPE haproxy_server_max_sessions gauge
haproxy_server_max_sessions{backend="foo",server="BACKEND"} 0
haproxy_server_max_sessions{backend="foo",server="FRONTEND"} 0
haproxy_server_max_sessions{backend="foo",server="foo-instance-0"} 0
# HELP haproxy_server_redispatch_warnings_total Total of redispatch warnings.
# TYPE haproxy_server_redispatch_warnings_total counter
haproxy_server_redispatch_warnings_total{backend="foo",server="BACKEND"} 0
haproxy_server_redispatch_warnings_total{backend="foo",server="FRONTEND"} 0
haproxy_server_redispatch_warnings_total{backend="foo",server="foo-instance-0"} 0
# HELP haproxy_server_response_errors_total Total of response errors.
# TYPE haproxy_server_response_errors_total counter
haproxy_server_response_errors_total{backend="foo",server="BACKEND"} 0
haproxy_server_response_errors_total{backend="foo",server="FRONTEND"} 0
haproxy_server_response_errors_total{backend="foo",server="foo-instance-0"} 0
# HELP haproxy_server_retry_warnings_total Total of retry warnings.
# TYPE haproxy_server_retry_warnings_total counter
haproxy_server_retry_warnings_total{backend="foo",server="BACKEND"} 0
haproxy_server_retry_warnings_total{backend="foo",server="FRONTEND"} 0
haproxy_server_retry_warnings_total{backend="foo",server="foo-instance-0"} 0
# HELP haproxy_server_server_aborts_total Total number of data transfers aborted by the server.
# TYPE haproxy_server_server_aborts_total counter
haproxy_server_server_aborts_total{backend="foo",server="BACKEND"} 0
haproxy_server_server_aborts_total{backend="foo",server="FRONTEND"} 0
haproxy_server_server_aborts_total{backend="foo",server="foo-instance-0"} 0
# HELP haproxy_server_server_selected_total Total number of times a server was selected, either for new sessions, or when re-dispatching.
# TYPE haproxy_server_server_selected_total counter
haproxy_server_server_selected_total{backend="foo",server="BACKEND"} 0
haproxy_server_server_selected_total{backend="foo",server="FRONTEND"} 0
haproxy_server_server_selected_total{backend="foo",server="foo-instance-0"} 0
# HELP haproxy_server_sessions_total Total number of sessions.
# TYPE haproxy_server_sessions_total counter
haproxy_server_sessions_total{backend="foo",server="BACKEND"} 0
haproxy_server_sessions_total{backend="foo",server="FRONTEND"} 0
haproxy_server_sessions_total{backend="foo",server="foo-instance-0"} 0
# HELP haproxy_server_up Current health status of the server (1 = UP, 0 = DOWN).
# TYPE haproxy_server_up gauge
haproxy_server_up{backend="foo",server="BACKEND"} 1
haproxy_server_up{backend="foo",server="FRONTEND"} 1
haproxy_server_up{backend="foo",server="foo-instance-0"} 1
# HELP haproxy_server_weight Current weight of the server.
# TYPE haproxy_server_weight gauge
haproxy_server_weight{backend="foo",server="BACKEND"} 1
haproxy_server_weight{backend="foo",server="FRONTEND"} 1
haproxy_server_weight{backend="foo",server="foo-instance-0"} 1
# HELP haproxy_up Was the last scrape of HAProxy successful.
# TYPE haproxy_up gauge
haproxy_up 1
|