Skip to content

Commit 853ef8f

Browse files
committed
Doc additions and corrections.
1 parent 35f7d9d commit 853ef8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

solr/solr-ref-guide/modules/deployment-guide/pages/cross-dc-replication.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,9 @@ system property.
151151

152152
Currently the following endpoints are exposed (on local port configured using `port` property, default is 8090):
153153

154-
`/metrics` - (GET):: This endpoint returns JSON-formatted metrics describing various aspects of document processing in Consumer.
154+
`/metrics` - (GET):: This endpoint returns metrics in Prometheus text format, describing various aspects of document processing in Consumer.
155155
`/threads` - (GET):: Returns a plain-text thread dump of the JVM running the Consumer application.
156+
`/health` - (GET):: Returns an `HTTP 200 OK` code if the service is in a healthy state, or `HTTP 503 Service Unavailable` if one or more healthcheck probes failed. The JSON response body provides more details.
156157

157158
==== Configuration Properties for the CrossDC Manager:
158159

0 commit comments

Comments
 (0)