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