Skip to content
New issue

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

Handle constants #10

Open
jankatins opened this issue Jan 27, 2021 · 0 comments
Open

Handle constants #10

jankatins opened this issue Jan 27, 2021 · 0 comments

Comments

@jankatins
Copy link
Member

We currentlx want to implement some workaround which manifests as a constant factor in a metric: basically "Overhead = [Composed Metric] * factor". Unfortunately this isn't really possible as the parser cannot handle the constant factor in a formula, so I have to either implement the overhead formula in SQL (meaning I have to reimplement the compose metric :-() or add a column (and add it as simple measure) which represents the factor (bad as we will in the next step replace the constant with some dynamic thingy...).

For now I will do the first, but having the ability to specify a constant factor in a composed metric would be awesome...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant