File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
datacenter/dtr/2.1/guides Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Make sure you configure your load balancer to:
74
74
75
75
* Load-balance TCP traffic on ports 80 and 443,
76
76
* Not terminate HTTPS connections,
77
- * Use the ` /load_balancer_status ` endpoint on each DTR replica, to check if
77
+ * Use the ` /health ` endpoint on each DTR replica, to check if
78
78
the replica is healthy and if it should remain on the load balancing pool or
79
79
not.
80
80
Original file line number Diff line number Diff line change @@ -25,6 +25,21 @@ resources, and logs.
25
25
26
26
![ ] ( ../images/monitor-2.png )
27
27
28
+ ## Health checks
29
+
30
+ DTR also exposes several endpoints you can use to assess if a DTR replica
31
+ is healthy or not:
32
+
33
+ * ` /health ` : Checks if the several components of a DTR replica are healthy, and
34
+ returns a simple json response. This is useful for load balancing or other
35
+ automated health check tasks.
36
+ * ` /load_balancer_status ` : Checks if the several components of a DTR replica
37
+ can be reached, and displays that information in a table. This is useful for
38
+ an administrator to gauge the status of a DTR replica.
39
+ * ` /nginx_status ` : Returns the number of connections being handled by the
40
+ NGINX front-end used by DTR.
41
+ * ` /api/v0/meta/cluster_status ` : Returns extensive information about all DTR
42
+ replicas.
28
43
29
44
## Where to go next
30
45
You can’t perform that action at this time.
0 commit comments