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>stats</type>
 5    <db-name>TM_STATS</db-name>
 6    <keycodes>TM_KEYCODES</keycodes>
 7    <split-params>
 8        <bins>1000</bins>
 9        <db-name-template>TM_STATS_{i:03}</db-name-template>
10    </split-params>
11    <index>
12        <type>primary-key</type>
13        <sid-fields/>
14        <field>SENSING_TIME</field>
15        <field>REGION</field>
16    </index>
17    <field>
18        <name>REGION</name>
19        <description>Type of time duration</description>
20        <datatype>uint</datatype>
21        <length>7</length>
22    </field>
23    <field>
24        <name>STATS</name>
25        <description>Map parameters to either single raw values or a vector of stats</description>
26        <datatype>jsonb</datatype>
27        <compression>none</compression>
28    </field>
29</table>