add prometheus annotation query

This commit is contained in:
Mitsuhiro Tanda
2015-10-02 03:19:25 +09:00
parent 80e15dd754
commit f8b05e0f42
5 changed files with 132 additions and 8 deletions

View File

@@ -5,8 +5,13 @@ class PrometheusConfigCtrl {
static templateUrl = 'public/app/plugins/datasource/prometheus/partials/config.html';
}
class PrometheusAnnotationsQueryCtrl {
static templateUrl = 'public/app/plugins/datasource/prometheus/partials/annotations.editor.html';
}
export {
PrometheusDatasource as Datasource,
PrometheusQueryCtrl as QueryCtrl,
PrometheusConfigCtrl as ConfigCtrl
PrometheusConfigCtrl as ConfigCtrl,
PrometheusAnnotationsQueryCtrl as AnnotationsQueryCtrl,
};