1<table xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:noNamespaceSchemaLocation="http://chart/schemas/table.xsd">
3 <description>Custom stats table for telemetry</description>
4 <type>raw</type>
5 <stats-storage>none</stats-storage>
6 <db-name>TM_STATS</db-name>
7 <visible>false</visible>
8 <index>
9 <type>primary-key</type>
10 <sid-fields/>
11 <field>SENSING_TIME</field>
12 <field>REGION</field>
13 </index>
14 <field>
15 <name>GEN_TIME</name>
16 <description>Stat generation time</description>
17 <datatype>datetime</datatype>
18 <allow-null>true</allow-null>
19 </field>
20 <field>
21 <name>REGION</name>
22 <description>Type of time duration</description>
23 <datatype>uint</datatype>
24 <length>7</length>
25 <allow-null>true</allow-null>
26 </field>
27 <field>
28 <name>ROWCOUNT</name>
29 <description>Probably superflous count of total packets for region</description>
30 <datatype>uint</datatype>
31 <length>31</length>
32 <allow-null>true</allow-null>
33 </field>
34 <field>
35 <name>RAW_MINS</name>
36 <description>Map of minimum parameter values for period</description>
37 <datatype>jsonb</datatype>
38 <allow-null>true</allow-null>
39 </field>
40 <field>
41 <name>RAW_MAXS</name>
42 <description>Map of maximum parameter values for period</description>
43 <datatype>jsonb</datatype>
44 <allow-null>true</allow-null>
45 </field>
46 <field>
47 <name>RAW_AVGS</name>
48 <description>Map of average parameter values for period</description>
49 <datatype>jsonb</datatype>
50 <allow-null>true</allow-null>
51 </field>
52 <field>
53 <name>RAW_STDS</name>
54 <description>Map of standard deviation parameter values for period</description>
55 <datatype>jsonb</datatype>
56 <allow-null>true</allow-null>
57 </field>
58 <field>
59 <name>RAW_CNTS</name>
60 <description>Map of parameter counts values for period</description>
61 <datatype>jsonb</datatype>
62 <allow-null>true</allow-null>
63 </field>
64 <field>
65 <name>CAL_MINS</name>
66 <description>Map of minimum parameter values for period</description>
67 <datatype>jsonb</datatype>
68 <allow-null>true</allow-null>
69 </field>
70 <field>
71 <name>CAL_MAXS</name>
72 <description>Map of maximum parameter values for period</description>
73 <datatype>jsonb</datatype>
74 <allow-null>true</allow-null>
75 </field>
76 <field>
77 <name>CAL_AVGS</name>
78 <description>Map of average parameter values for period</description>
79 <datatype>jsonb</datatype>
80 <allow-null>true</allow-null>
81 </field>
82 <field>
83 <name>CAL_STDS</name>
84 <description>Map of minimum parameter values for period</description>
85 <datatype>jsonb</datatype>
86 <allow-null>true</allow-null>
87 </field>
88</table>