docs(alerting.md): add expected response teams alerting image to docs

This commit is contained in:
Krrish Dholakia 2024-06-13 14:28:43 -07:00
parent 3a0af0eda3
commit d210eccb79
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,5 @@
import Image from '@theme/IdealImage';
# 🚨 Alerting / Webhooks
Get alerts for:
@ -18,7 +20,7 @@ Get alerts for:
Works across:
- [Slack](#quick-start)
- [Discord](#advanced---using-discord-webhooks)
- Microsoft Teams
- [Microsoft Teams](#advanced---using-ms-teams-webhooks)
## Quick Start
@ -151,6 +153,10 @@ curl --location 'http://0.0.0.0:4000/health/services?service=slack' \
```
**Expected Response**
<Image img={require('../../img/ms_teams_alerting.png')}/>
## Advanced - Using Discord Webhooks
Discord provides a slack compatible webhook url that you can use for alerting

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 KiB