Skip to content

Commit

Permalink
Specified the requirement to enable the endpoint to use it (#2934)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nano112 committed Apr 5, 2024
1 parent 1a70930 commit b6a8f8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guide/content/en/plugins/sanic-ext/health-monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ You can setup Sanic Extensions to monitor the health of your worker processes. T

.. column::

Out of the box, the health monitor is disabled. You will need to opt-in if you would like to use it.
Out of the box, the health monitor is disabled. You will need to opt-in and enable the endpoint if you would like to use it.

.. column::

```python
app.config.HEALTH = True
app.config.HEALTH_ENDPOINT = True
```

## How does it work
Expand Down

0 comments on commit b6a8f8e

Please sign in to comment.