We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After using regex_extract to turn a string into a number, sometimes that number needs to be scaled. For example, I have a metric like this:
cp850FaderLevel{cp850FaderLevel="0x3730"} 1
I use this config:
overrides: cp850FaderLevel: type: DisplayString regex_extracts: '': - regex: '(.*)' value: '$1' scale: 0.1
The scale is ignored, so the result is this:
scale
cp850FaderLevel 70
I use version 0.28.0.
The text was updated successfully, but these errors were encountered:
That sounds like a bug in the ordering of the data processing. Should be fixable.
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
After using regex_extract to turn a string into a number, sometimes that number needs to be scaled. For example, I have a metric like this:
I use this config:
The
scale
is ignored, so the result is this:I use version 0.28.0.
The text was updated successfully, but these errors were encountered: