Skip to content

Commit

Permalink
Add prometheus endpoint doc
Browse files Browse the repository at this point in the history
  • Loading branch information
coignetp committed Aug 5, 2020
1 parent 3eb7c4f commit 6379c29
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions consul/assets/service_checks.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,20 @@
],
"name": "Can Connect",
"description": "Returns OK if the Agent can make HTTP requests to consul, CRITICAL otherwise."
},
{
"agent_version": "7.23.0",
"integration": "Consul",
"groups": [
"host",
"endpoint"
],
"check": "consul.prometheus.health",
"statuses": [
"ok",
"critical"
],
"name": "Consul Prometheus health",
"description": "Returns `CRITICAL` if the check cannot access the metrics endpoint, otherwise returns `OK`."
}
]

0 comments on commit 6379c29

Please sign in to comment.