merge with master

This commit is contained in:
ryan
2017-07-06 11:19:45 -07:00
65 changed files with 1350 additions and 162 deletions

View File

@@ -211,8 +211,8 @@ export default class InfluxDatasource {
var params: any = {};
if (this.username) {
params.username = this.username;
params.password = this.password;
params.u = this.username;
params.u = this.password;
}
if (options && options.database) {

View File

@@ -46,8 +46,8 @@
<li>$measurement = replaced with measurement name</li>
<li>$1 - $9 = replaced with part of measurement name (if you separate your measurement name with dots)</li>
<li>$col = replaced with column name</li>
<li>$tag_hostname = replaced with the value of the hostname tag</li>
<li>You can also use [[tag_hostname]] pattern replacement syntax</li>
<li>$tag_exampletag = replaced with the value of the <i>exampletag</i> tag</li>
<li>You can also use [[tag_exampletag]] pattern replacement syntax</li>
</ul>
</div>