You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solr/solr-ref-guide/modules/deployment-guide/pages/cross-dc-replication.adoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,8 +151,9 @@ system property.
151
151
152
152
Currently the following endpoints are exposed (on local port configured using `port` property, default is 8090):
153
153
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.
155
155
`/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.
156
157
157
158
==== Configuration Properties for the CrossDC Manager:
0 commit comments