-
Notifications
You must be signed in to change notification settings - Fork 38
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
Receive an error when create an alter #88
Comments
Hello @yuanpenc |
Of course! I am 100% willing to contribute this feature. But the thing is I don't have too much experience in Typescript project. So, Could you please add some instructions of how to compile and zip this project in the readme? Thank you for you help. |
Hello @yuanpenc |
Do we have any update on this? @jbguerraz / @yuanpenc |
nope @saketbairoliya2 |
What happened:
When I was trying to create an alter and test rules, there seemed to be a bug. The request and response is as below.
As you can see, the parameter "intervals" seems not work properly. At lease, I think, It should not be something like "${__from:date:iso}/${__to:date:iso}".
However, When I specified a certain time range like the pic below, the problem was solved.
What you expected to happen:
The alter works successfully without specifying the intervals.
For an instance, when I use official grafana-prometheus. The request of an alter is like this:
The interval is "" (nothing here, only "from/to" specify the time range )
How to reproduce it:
Build an timeseries query without specifying the intervals. Then, create an alter and test rule. The error message will come out.
Environment:
The text was updated successfully, but these errors were encountered: