Skip to content

Commit

Permalink
Merge branch 'main' into logging-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins authored Apr 5, 2024
2 parents 9e19653 + b6a8f8e commit 818a67a
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 818a67a

Please sign in to comment.