Migrate old callout syntax

This commit is contained in:
mDuo13
2024-10-09 15:26:34 -07:00
parent 4d3d3edece
commit f42bb6c813
364 changed files with 607 additions and 603 deletions

View File

@@ -13,7 +13,7 @@ The Health Check is a special [peer port method](index.md) for reporting on the
This method checks several metrics to see if they are in ranges generally considered healthy. If all metrics are in normal ranges, this method reports that the server is healthy. If any metric is outside normal ranges, this method reports that the server is unhealthy and reports the metric(s) that are unhealthy. Since some metrics may rapidly fluctuate into and out of unhealthy ranges, you should not raise alerts unless the health check fails multiple times in a row.
**Note:** Since the health check is a [peer port method](index.md), it is not available when testing the server in [stand-alone mode][].
{% admonition type="info" name="Note" %}Since the health check is a [peer port method](index.md), it is not available when testing the server in [stand-alone mode][].{% /admonition %}
## Request Format