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