Openbsd, telegraf and influxdb v2 : cpu reporting issue

Hi there,

just getting acquainted with influxdb and telegraf to replace a collectd, rrd and CGP stack.

i use an influxdb v2 docker container (on a debian system) and installed several telegraf on the different machines.

on openbsd i installed telegraf via “ports”, therefore it is telegraf-1.13.4p2

I’m having an issue where the CPU reported is wrong
The graph from the UI shows a lot of CPU use (see screen cap):
influxdbUI_openbsd

while on cli with vmstat it show almost 0 usage :

procs    memory       page                    disk traps          cpu
 r   s   avm     fre  flt  re  pi  po  fr  sr sd0  int   sys   cs us sy id
 1  80   57M   2694M    3   0   0   0   0   0   0  116    16  113  0  0 100
 1  80   57M   2693M  808   0   0   0   0   0   0  148   759  205  0  2 98
 0  80   57M   2693M    3   0   0   0   0   0   0  227    21  220  0  0 100
 0  80   57M   2693M    3   0   0   0   0   0   0   70    21   78  0  0 100
 0  80   57M   2693M  656   0   0   0   0   0   0  162   330  176  0  2 98
 0  80   57M   2693M    4   0   0   0   0   0   0   80    21   92  0  0 100
 0  80   57M   2693M    3   0   0   0   0   0   0  127     9  120  0  0 100
 0  80   57M   2693M  624   0   0   0   0   0   0  100   327  131  0  2 98
 0  80   57M   2693M    3   0   0   0   0   0   0  110     9  104  0  0 100
 0  80   57M   2693M    4   0   0   0   0   0   0  114    21  112  0  0 100
 0  80   57M   2693M    3   0   0   0   0   0   0   91    14   94  0  0 100
 0  80   57M   2693M  611   0   0   0   0   0   0  103   328  134  0  2 98

any idea what could be the issue ?
telegraf 1.13 not okay with influxdb v2 ?

thanks in advance for your help !