Skip to content
Snippets Groups Projects
Commit 4e5aea23 authored by micah's avatar micah
Browse files

Add details about healthcheck_http_method

parent 90848140
No related branches found
No related tags found
1 merge request!256Add details about healthcheck_http_method
...@@ -2004,6 +2004,8 @@ attributes: ...@@ -2004,6 +2004,8 @@ attributes:
`scheme`: HTTP scheme for the service endpoint. The default is *https*. `scheme`: HTTP scheme for the service endpoint. The default is *https*.
`healthcheck_http_method`: HTTP method to use for checking job status. The default is *HEAD* to query the endpoint without transferring all the metric data. Not all endpoints support this method, so if the probe fails set it to a method that it does support (worst case: *GET*).
`metrics_path`: Path for metrics if different from the default of `/metrics`. `metrics_path`: Path for metrics if different from the default of `/metrics`.
`labels`: An optional dictionary of key/value labels to set for this `labels`: An optional dictionary of key/value labels to set for this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment