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

This commit is contained in:
Utkarsh Bhatnagar
2016-10-24 00:15:19 -07:00
committed by Torkel Ödegaard
parent 42961ef8a0
commit 86ca7ddda4
2 changed files with 9 additions and 0 deletions

View File

@@ -425,6 +425,10 @@ function (angular, _, dateMath) {
}
}
if (target.explicitTags) {
query.explicitTags = true;
}
return query;
}