parent
3ecf1bb3a9
commit
5d9acb33cd
|
|
@ -40,7 +40,7 @@ module.exports = {
|
|||
if (options.influxdb.tags) {
|
||||
for (var row of options.influxdb.tags.split(',')) {
|
||||
const keyAndValue = row.split('=');
|
||||
tags += `,${keyAndValue[1]}`;
|
||||
tags.push(keyAndValue[1]);
|
||||
}
|
||||
}
|
||||
const influxDBTags = annotationsHelper.getTagsAsString(tags);
|
||||
|
|
|
|||
Loading…
Reference in New Issue