Documentation feedback
Problem
Hi. It looks like no resource is educating about how to use Grafana with CrateDB properly, by applying the $__timeGroupAlias and $__timeFilter macros correspondingly, like in that canonical example.
SELECT
$__timeGroupAlias("timestamp", $__interval),
"location",
MEAN("{column_name}") AS "{column_name}"
FROM "example"."weather_data"
WHERE $__timeFilter("timestamp")
GROUP BY "time", "location"
ORDER BY "time"
I can't find them being mentioned on the following resources contrary to being guided effectively by @hammerhead and @seut on a patch conceived the other day. Do I miss any?
Evaluation
No wonder users will overload CrateDB with dashboarding when using Grafana without applying those querying essentials by including the relevant macros into their SQL queries?
References
Outlook
If you are still reading, please educate yourself about how cool a native LTTB implementation would be.
Documentation feedback
Problem
Hi. It looks like no resource is educating about how to use Grafana with CrateDB properly, by applying the
$__timeGroupAliasand$__timeFiltermacros correspondingly, like in that canonical example.I can't find them being mentioned on the following resources contrary to being guided effectively by @hammerhead and @seut on a patch conceived the other day. Do I miss any?
Evaluation
No wonder users will overload CrateDB with dashboarding when using Grafana without applying those querying essentials by including the relevant macros into their SQL queries?
References
Outlook
If you are still reading, please educate yourself about how cool a native LTTB implementation would be.