Skip to content
Merged
Changes from all commits
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
fix: fixed the move of alerting file
  • Loading branch information
kotharironak committed Aug 26, 2021
commit 37a6555210da4996d7973abad830b58319154397
21 changes: 21 additions & 0 deletions docker/docker-compose.alerting.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

version: '2.4'
services:

hypertrace-alert-engine:
image: hypertrace/hypertrace-alert-engine
container_name: hypertrace-alert-engine
environment:
- ALERT_RULES_PATH=/app/resources/alert-rules.json
- NOTIFICATION_CHANNELS_PATH=/app/resources/notification-rules.json
- QUERY_SERVICE_HOST_CONFIG=hypertrace
- QUERY_SERVICE_PORT_CONFIG=9001
- ATTRIBUTE_SERVICE_HOST_CONFIG=hypertrace
- ATTRIBUTE_SERVICE_PORT_CONFIG=9001
volumes:
- ../docker/configs/alert-rules.json:/app/resources/alert-rules.json:ro
- ../docker/configs/notification-rules.json:/app/resources/notification-rules.json:ro
depends_on:
hypertrace:
# service_started, not service_healthy as pinot and deps can take longer than 60s to start
condition: service_healthy