You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: