mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added default opentsdb version to datasource
This commit is contained in:
parent
4aa5dab62d
commit
8925329950
@ -14,7 +14,7 @@ function (angular, _, dateMath) {
|
||||
this.name = instanceSettings.name;
|
||||
this.withCredentials = instanceSettings.withCredentials;
|
||||
this.basicAuth = instanceSettings.basicAuth;
|
||||
this.tsdbVersion = instanceSettings.jsonData.tsdbVersion;
|
||||
this.tsdbVersion = instanceSettings.jsonData.tsdbVersion || 1;
|
||||
this.supportMetrics = true;
|
||||
this.tagKeys = {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user