-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add scopedVars and a special __time_delta entry to data available for Arithmetic. #20
base: master
Are you sure you want to change the base?
Conversation
Artihmetics. The use case is to be able to scale CloudWatch Sum or SampleCount data to the same unit, regardless of the sample period used when performing the CloudWatch query.
@ShilpaSivanesan can you please review this ? |
… the function that evaluates the expression check that all the data is defined in the current sample. This can happen with different sampling rates or phase for different data in the same panel. Also check that the sample time falls within the expected window to avoid warning messages.
After some more testing I added a few more changes:
|
@hakanf please let us know when you are ready |
@Gauravshah , sorry, I did not understand you were waiting for me. |
thanks @hakanf |
The use case is to be able to scale CloudWatch Sum or SampleCount data to the
same unit, regardless of the sample period used when performing the CloudWatch
query.