Skip to content

Commit

Permalink
fix: add new filecoin deal delay alert integration (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored May 13, 2024
1 parent 36bc0ac commit 30a2f4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/monitor/deal-monitor-alert-tick.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ function getAlertPayload (alerts) {
})),
status: 'firing',
version: '4',
groupKey: '{}:{alertname=\\FilecoinDealDelay\\}',
// eslint-disable-next-line no-useless-escape
groupKey: '{}:{alertname=\"FilecoinDealDelay\"}',
receiver: 'combo',
groupLabels: {
alertname: 'FilecoinDealDelay'
Expand Down

0 comments on commit 30a2f4b

Please sign in to comment.