Skip to content

Commit

Permalink
Fix rsd Influx. (#4039)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Dec 28, 2023
1 parent 7827525 commit 455a900
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 455a900

Please sign in to comment.