Skip to content

Instantly share code, notes, and snippets.

@iancoffey
Last active October 13, 2015 22:12
Show Gist options
  • Save iancoffey/6e2ee82202cef737942b to your computer and use it in GitHub Desktop.
Save iancoffey/6e2ee82202cef737942b to your computer and use it in GitHub Desktop.
{
"alert": {
"version": null,
"createdOn": 0,
"modifiedOn": 0,
"name": "DeleteME",
"description": "",
"enabled": true,
"filter": "agent.tag.account_id = null",
"type": "MANUAL",
"condition": "timeAvg(net.http.error.count) > 100",
"timespan": 600000000,
"severity": 7,
"notify": [],
"groupAggregations": [
{
"metric": "net.http.error.count",
"aggregation": "avg"
}
],
"segmentBy": [
"agent.tag.account_id"
],
"segmentCondition": {
"type": "ANY"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment