Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions harnesses/metadata-coverage/README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,8 +4,6 @@

Real-time monitoring tool for tracking blockchain data indexation latency across multiple aggregators.

**[Live Dashboard](https://grafana-production-dc86.up.railway.app/)**

</div>

## How It Works
Expand Down
6 changes: 5 additions & 1 deletion harnesses/metadata-coverage/alertmanager/alertmanager.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,9 +9,13 @@ route:
receiver: 'slack-webhook'

receivers:
# Replace with your own Slack-bridge webhook URL before deploying.
# In your alertmanager container's entrypoint, run
# envsubst < alertmanager.yml.tpl > alertmanager.yml
# so the value comes from the SLACK_WEBHOOK_URL env var, not the repo.
- name: 'slack-webhook'
webhook_configs:
- url: 'https://agent-slack-production.up.railway.app/webhook/grafana'
- url: 'https://example.invalid/your-slack-webhook'
send_resolved: true

inhibit_rules:
Expand Down
6 changes: 5 additions & 1 deletion harnesses/metadata-coverage/monitoring/alertmanager.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,9 +9,13 @@ route:
receiver: 'slack-webhook'

receivers:
# Replace with your own Slack-bridge webhook URL before deploying.
# In your alertmanager container's entrypoint, run
# envsubst < alertmanager.yml.tpl > alertmanager.yml
# so the value comes from the SLACK_WEBHOOK_URL env var, not the repo.
- name: 'slack-webhook'
webhook_configs:
- url: 'https://agent-slack-production.up.railway.app/webhook/grafana'
- url: 'https://example.invalid/your-slack-webhook'
send_resolved: true

inhibit_rules:
Expand Down
6 changes: 5 additions & 1 deletion harnesses/metadata-coverage/prometheus/alertmanager.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,9 +9,13 @@ route:
receiver: 'slack-webhook'

receivers:
# Replace with your own Slack-bridge webhook URL before deploying.
# In your alertmanager container's entrypoint, run
# envsubst < alertmanager.yml.tpl > alertmanager.yml
# so the value comes from the SLACK_WEBHOOK_URL env var, not the repo.
- name: 'slack-webhook'
webhook_configs:
- url: 'https://agent-slack-production.up.railway.app/webhook/grafana'
- url: 'https://example.invalid/your-slack-webhook'
send_resolved: true

inhibit_rules:
Expand Down
Loading