STRRL

nginx-prometheus-exporter

Mar 19th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. # HELP nginx_connections_accepted Accepted client connections
  2. # TYPE nginx_connections_accepted counter
  3. nginx_connections_accepted 2
  4. # HELP nginx_connections_active Active client connections
  5. # TYPE nginx_connections_active gauge
  6. nginx_connections_active 2
  7. # HELP nginx_connections_handled Handled client connections
  8. # TYPE nginx_connections_handled counter
  9. nginx_connections_handled 2
  10. # HELP nginx_connections_reading Connections where NGINX is reading the request header
  11. # TYPE nginx_connections_reading gauge
  12. nginx_connections_reading 0
  13. # HELP nginx_connections_waiting Idle client connections
  14. # TYPE nginx_connections_waiting gauge
  15. nginx_connections_waiting 1
  16. # HELP nginx_connections_writing Connections where NGINX is writing the response back to the client
  17. # TYPE nginx_connections_writing gauge
  18. nginx_connections_writing 1
  19. # HELP nginx_http_requests_total Total http requests
  20. # TYPE nginx_http_requests_total counter
  21. nginx_http_requests_total 2
  22. # HELP nginx_up Status of the last metric scrape
  23. # TYPE nginx_up gauge
  24. nginx_up 1
  25. # HELP nginxexporter_build_info Exporter build information
  26. # TYPE nginxexporter_build_info gauge
  27. nginxexporter_build_info{gitCommit="6570275",version="0.3.0"} 1
Advertisement
Add Comment
Please, Sign In to add comment