mirror of https://github.com/status-im/consul.git
Website: finalize cleanup for docs/agent/http/health.
This commit is contained in:
parent
01c74378a5
commit
03fad82b09
|
@ -3,15 +3,15 @@ layout: "docs"
|
||||||
page_title: "Health Checks (HTTP)"
|
page_title: "Health Checks (HTTP)"
|
||||||
sidebar_current: "docs-agent-http-health"
|
sidebar_current: "docs-agent-http-health"
|
||||||
description: >
|
description: >
|
||||||
The Health endpoints are used to query health related information.
|
The Health endpoints are used to query health-related information.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Health HTTP Endpoint
|
# Health HTTP Endpoint
|
||||||
|
|
||||||
The Health endpoints are used to query health related information. They are provided separately
|
The Health endpoints are used to query health-related information. They are provided separately
|
||||||
from the Catalog since users may prefer to not use the health checking mechanisms
|
from the Catalog since users may prefer not to use the optional health checking mechanisms.
|
||||||
as they are totally optional. Additionally, some of the query results from the
|
Additionally, some of the query results from the Health endpoints are filtered while the Catalog
|
||||||
Health system are filtered while the Catalog endpoints provide the raw entries.
|
endpoints provide the raw entries.
|
||||||
|
|
||||||
The following endpoints are supported:
|
The following endpoints are supported:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue