Replies: 1 comment
-
In GreptimeDB, we have a TQL variant of SQL that you can run promql with SQL interface, with all PromQL functions available: https://docs.greptime.com/reference/sql/tql/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
have a table with several monotonically increasing counter values (gets reset every reboot) and I'm looking for a rate example in SQL the TimeScaleDB equivalent is
rate(counter_agg(ts,counterColumn))
It seems that I'll need to setup some flow tasks and sing DB, but don't see an example in the documentatoin
Beta Was this translation helpful? Give feedback.
All reactions