Commit 86ca7ddd by Utkarsh Bhatnagar Committed by Torkel Ödegaard

Added explicitTags support for OpenTSDB>=2.3 (#6361)

parent 42961ef8
......@@ -425,6 +425,10 @@ function (angular, _, dateMath) {
}
}
if (target.explicitTags) {
query.explicitTags = true;
}
return query;
}
......
......@@ -249,6 +249,11 @@
</input>
</div>
<div class="gf-form" ng-if="ctrl.tsdbVersion > 2">
<gf-form-switch class="gf-form" label="Explicit tags" label-class="width-8 query-keyword" checked="ctrl.target.explicitTags" on-change="ctrl.targetBlur()">
</gf-form-switch>
</div>
<div class="gf-form gf-form--grow">
<div class="gf-form-label gf-form-label--grow"></div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment