tag alert queries that return no_data

This commit is contained in:
bergquist
2017-09-18 14:53:30 +02:00
parent bcf784375b
commit 6c7454fc2b
2 changed files with 10 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ import (
_ "github.com/grafana/grafana/pkg/tsdb/mqe"
_ "github.com/grafana/grafana/pkg/tsdb/mysql"
_ "github.com/grafana/grafana/pkg/tsdb/opentsdb"
_ "github.com/grafana/grafana/pkg/tsdb/prometheus"
_ "github.com/grafana/grafana/pkg/tsdb/testdata"
)