mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add prometheus annotation query
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user