Skip to content

Commit

Permalink
Merge branch 'main' into window-example
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Dec 28, 2023
2 parents 94c5d39 + 455a900 commit 526da4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/plugins/influxdb/data-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ function getFieldAndSeriesName(key) {
'p90',
'p99',
'mdev',
'stddev'
'stddev',
'rsd'
];
const keyArray = key.split('.');
const end = keyArray.pop();
Expand Down

0 comments on commit 526da4c

Please sign in to comment.