Skip to content

Instantly share code, notes, and snippets.

@luksrn
Last active March 23, 2020 03:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luksrn/4eabe736abf7ec1f30f1423b4695850d to your computer and use it in GitHub Desktop.
Save luksrn/4eabe736abf7ec1f30f1423b4695850d to your computer and use it in GitHub Desktop.
prometheus_http_requests_total - Total de requisições HTTP
# HELP prometheus_http_requests_total Counter of HTTP requests.
# TYPE prometheus_http_requests_total counter
prometheus_http_requests_total{code="200",handler="/api/v1/query"} 30
prometheus_http_requests_total{code="200",handler="/api/v1/status/config"} 1
prometheus_http_requests_total{code="200",handler="/api/v1/targets"} 1
prometheus_http_requests_total{code="200",handler="/metrics"} 509
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment