-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add TA tests * Fix client behaviour * Add grafana dashboard & alerts * Get datanode thread pool worker count from env * Increase datanode sync timeout * Increase resources * Add thread pool size test env
- Loading branch information
Showing
15 changed files
with
556 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"template_files": {}, | ||
"template_file_provenances": {}, | ||
"alertmanager_config": { | ||
"route": { | ||
"receiver": "turtlemq-contact", | ||
"group_by": [ | ||
"grafana_folder", | ||
"alertname" | ||
] | ||
}, | ||
"templates": null, | ||
"receivers": [ | ||
{ | ||
"name": "grafana-default-email", | ||
"grafana_managed_receiver_configs": [ | ||
{ | ||
"uid": "e729eec1-03e8-4d08-8d55-633ed1b6cb04", | ||
"name": "email receiver", | ||
"type": "email", | ||
"disableResolveMessage": false, | ||
"settings": { | ||
"addresses": "<[email protected]>" | ||
}, | ||
"secureFields": {} | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "turtlemq-contact", | ||
"grafana_managed_receiver_configs": [ | ||
{ | ||
"uid": "e54db3b1-ec77-44a7-9caf-abef76cbdcb1", | ||
"name": "turtlemq-contact", | ||
"type": "email", | ||
"disableResolveMessage": false, | ||
"settings": { | ||
"addresses": "[email protected]\n[email protected]\n", | ||
"singleEmail": true, | ||
"message": "TurtleMQ alerts are FIRING!" | ||
}, | ||
"secureFields": {} | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.