Open viraptor opened 3 years ago
Seems to be a duplicate of https://github.com/grafana/loki/issues/4420
FYI I updated to the latest release of the loki-stack last week and I'm still seeing this issue.
Doesn't seem to be a true duplicate of #4420 because I don't get any JS errors in the console.
That's true. I'll reopen this and let devs make the dupe decision.
@kavirajk I think you worked on something similar any input ?
Hi! This issue has been automatically marked as stale because it has not had any activity in the past 30 days.
We use a stalebot among other tools to help manage the state of issues in this project. A stalebot can be very useful in closing issues in a number of cases; the most common is closing issues or PRs where the original reporter has not responded.
Stalebots are also emotionless and cruel and can close issues which are still very relevant.
If this issue is important to you, please add a comment to keep it open. More importantly, please add a thumbs-up to the original issue entry.
We regularly sort for closed issues which have a stale
label sorted by thumbs up.
We may also:
revivable
if we think it's a valid issue but isn't something we are likely
to prioritize in the future (the issue will still remain closed).keepalive
label to silence the stalebot if the issue is very common/popular/important.We are doing our best to respond, organize, and prioritize all issues but it can be a challenging task, our sincere apologies if you find yourself at the mercy of the stalebot.
I do think this issue is relevant, thanks bot.
Hi! This issue has been automatically marked as stale because it has not had any activity in the past 30 days.
We use a stalebot among other tools to help manage the state of issues in this project. A stalebot can be very useful in closing issues in a number of cases; the most common is closing issues or PRs where the original reporter has not responded.
Stalebots are also emotionless and cruel and can close issues which are still very relevant.
If this issue is important to you, please add a comment to keep it open. More importantly, please add a thumbs-up to the original issue entry.
We regularly sort for closed issues which have a stale
label sorted by thumbs up.
We may also:
revivable
if we think it's a valid issue but isn't something we are likely
to prioritize in the future (the issue will still remain closed).keepalive
label to silence the stalebot if the issue is very common/popular/important.We are doing our best to respond, organize, and prioritize all issues but it can be a challenging task, our sincere apologies if you find yourself at the mercy of the stalebot.
Still relevant
Hi! This issue has been automatically marked as stale because it has not had any activity in the past 30 days.
We use a stalebot among other tools to help manage the state of issues in this project. A stalebot can be very useful in closing issues in a number of cases; the most common is closing issues or PRs where the original reporter has not responded.
Stalebots are also emotionless and cruel and can close issues which are still very relevant.
If this issue is important to you, please add a comment to keep it open. More importantly, please add a thumbs-up to the original issue entry.
We regularly sort for closed issues which have a stale
label sorted by thumbs up.
We may also:
revivable
if we think it's a valid issue but isn't something we are likely
to prioritize in the future (the issue will still remain closed).keepalive
label to silence the stalebot if the issue is very common/popular/important.We are doing our best to respond, organize, and prioritize all issues but it can be a challenging task, our sincere apologies if you find yourself at the mercy of the stalebot.
Still relevant
Hi, I also have the same problem on Loki 2.5, using Ruler, the rules are failing: Rule: alert, when there are error level logs -> ruler will fail to evaluate rule, when there are no error logs
msg="Evaluating rule failed" rule="XXX" err="rule result is not a vector or scalar"
It's hard to see, if we have misconfigured alerting rules or it's just working fine.. It would be nice to be able to default to some value in case there are no log lines.
Describe the bug (originally reported at https://github.com/grafana/grafana/issues/40246 but I think it's a loki bug) When running a query like
count_over_time({unit="foo.service"} |= "ClientConnect" [1m])
I'm expecting the result to be0
when there are no matching lines even.To Reproduce
sha256:c2d16210db36042c6a4b4f6ece2e8327f92f3d9f7ba7189b6ea6c74692a8a1be
(corresponds to commit 415d4b03faf8b6fcbc850ef9416646f8bcbc6526)count_over_time(...)
query.Expected behavior When there are no matches, I expect the result to be 0 rather than empty.
Environment: