feat(alerting): naiv graphite executor

This commit is contained in:
bergquist
2016-05-25 17:21:20 +02:00
parent b2a4d8083e
commit 957cb407c5
7 changed files with 147 additions and 16 deletions
@@ -406,7 +406,6 @@ func TestAlertModel(t *testing.T) {
So(alerts[0].DatasourceId, ShouldEqual, 2)
So(alerts[1].DatasourceId, ShouldEqual, 1)
})
})
}