File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ inspect usage metrics from your code.
10
10
You can optionnally add alerting rules so that code annotations make Prometheus
11
11
trigger alerts directly from production usage:
12
12
13
- ![ a Slack bot is posting an alert directly in the channel] ( ../.. /assets/slack-alert-example.png )
13
+ ![ a Slack bot is posting an alert directly in the channel] ( ./assets/slack-alert-example.png )
14
14
15
15
A fully working use-case and example of library usage is available in the
16
16
[ examples/web] ( ./examples/web ) subdirectory
Original file line number Diff line number Diff line change 1
1
global :
2
- # Also possible to place this URL in a file.
3
- # Ex: `slack_api_url_file : '/etc/alertmanager/slack_url '`
2
+ # Also possible to use the URL directly
3
+ # Ex: `slack_api_url : 'https://slack.com/... '`
4
4
slack_api_url_file : ' /etc/alertmanager/slack_url'
5
5
6
6
route :
You can’t perform that action at this time.
0 commit comments