Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
works with 1.0.7
  • Loading branch information
kotharironak committed Aug 9, 2021
commit 9f4cb1600d6e86fc5a42d11675bc7ec868cc7d1c
2 changes: 1 addition & 1 deletion docker/configs/notification-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"channelConfig": [
{
"channelConfigType": "WEBHOOK",
"url": "<add slack url here>",
"url": "https://hooks.slack.com/services/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",
Comment thread
kotharironak marked this conversation as resolved.
Outdated
"webhookFormat": "WEBHOOK_FORMAT_SLACK"
}
]
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.alerting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2.4'
services:

hypertrace-alert-engine:
image: hypertrace/hypertrace-alert-engine
image: hypertrace/hypertrace-alert-engine:1.0.7
container_name: hypertrace-alert-engine
environment:
- ALERT_RULES_PATH=/app/resources/alert-rules.json
Expand Down