(prometheus) instant query support

This commit is contained in:
Mitsuhiro Tanda
2017-09-07 01:03:02 +09:00
parent e98254e1e3
commit 56cb16ff5b
3 changed files with 60 additions and 5 deletions

View File

@@ -36,6 +36,7 @@ class PrometheusQueryCtrl extends QueryCtrl {
this.formats = [
{text: 'Time series', value: 'time_series'},
{text: 'Table', value: 'table'},
{text: 'Instant', value: 'instant'},
];
this.updateLink();