You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> We can start by mocking the usage of GreptimeDB as Prometheu's backend(https://docs.greptime.com/user-guide/write-data/prometheus)
We always create two physical table with two columns: a timestamp(millisecond, datatypes) column and a value(double) column. The datatype is following the Prometheus document).
i.e.,
CREATETABLEphy (ts timestamptime index, val double) engine=metric with ("physical_metric_table"="");
BTW, there is the bug. The semantic_type in the 1st row should be
TIMESTAMP
.Originally posted by @WenyXu in #3756 (comment)
The text was updated successfully, but these errors were encountered: