This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 105
panic on query like asPercent(summarize(#A, '1min'), #A)
#1845
Comments
querying the last 3 minutes, and adding some print statements reveals this:
after calling
|
this seems very similar to #1811 |
note that this query doesn't work consistently in graphite.
retrying the same query yields:
on MT it seems to work most of the time:
|
Dieterbe
added a commit
that referenced
this issue
Jun 15, 2020
See #1811 for more details Before, it was common for output to contain an extraneous point that lies before 'from' (and wouldn't be rendered by Grafana in graph panels), which made the output invalid. This would result in trouble when * combining such a series with another series (#1811) * or when needing normalization (#1845) This effectively slightly changes the output format, but is more robust.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
this results in a panic/http500:
Helpful Information
Metrictank Version: v0.13.1-800-g74ba401c
The text was updated successfully, but these errors were encountered: