+1 for an unified system path Besides, some aspects need to be considered: (1) Skip the system path when show timeseries or count timeseries to avoid misguide. (2) Better to enable users configure the default path, to avoid having conflict with the path that users need.
Thanks, ————————————————— Jialin Qiao Apache IoTDB PMC SpriCoder <[email protected]> 于2022年10月27日周四 15:43写道: > > Hi all, > > There are some built-in storage, such as: root._metric(metrics), > root.system.audit(system audit log). > > Now, we need to unify the prefix of the built-int system storage group which > is `root.system`. So we will modify the default write path of iotdb metric > reporter from `root.${database}` to `root.system.${database}`. Related PR > is https://github.com/apache/iotdb/pull/7757. > > Any comments would be much appreciated. > > > > > > Best, > > --------------------------------------------------------------- > > Hongyin Zhang > > School of Software, Tsinghua University
