Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # HELP nginx_connections_accepted Accepted client connections
- # TYPE nginx_connections_accepted counter
- nginx_connections_accepted 2
- # HELP nginx_connections_active Active client connections
- # TYPE nginx_connections_active gauge
- nginx_connections_active 2
- # HELP nginx_connections_handled Handled client connections
- # TYPE nginx_connections_handled counter
- nginx_connections_handled 2
- # HELP nginx_connections_reading Connections where NGINX is reading the request header
- # TYPE nginx_connections_reading gauge
- nginx_connections_reading 0
- # HELP nginx_connections_waiting Idle client connections
- # TYPE nginx_connections_waiting gauge
- nginx_connections_waiting 1
- # HELP nginx_connections_writing Connections where NGINX is writing the response back to the client
- # TYPE nginx_connections_writing gauge
- nginx_connections_writing 1
- # HELP nginx_http_requests_total Total http requests
- # TYPE nginx_http_requests_total counter
- nginx_http_requests_total 2
- # HELP nginx_up Status of the last metric scrape
- # TYPE nginx_up gauge
- nginx_up 1
- # HELP nginxexporter_build_info Exporter build information
- # TYPE nginxexporter_build_info gauge
- nginxexporter_build_info{gitCommit="6570275",version="0.3.0"} 1
Advertisement
Add Comment
Please, Sign In to add comment