statsd-zabbix-backend
statsd-zabbix-backend copied to clipboard
Zabbix does not handle multilevel parameters the same way as StatsD
Hello there,
It seems that StatsD handles multilevel parameters this way: traefik.entrypoint.request.duration[mean][90]
.
According to the documentation of Zabbix, it should be given in the format [key1,key2]
. The example above would end up like this: traefik.entrypoint.request.duration[mean,90]
It is therefore not possible to create one of this value in Zabbix.