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
## If no servers are specified, then localhost is used as the host.
## If no port is specified, 2181 is used
Actual behavior:
Metrics do get collected as expected however server tag is reported as an empty string which causes problem down the line for us. At the same time, if we set servers as "localhost:2181" instead of just ":2181" the same metrics are collected and server="localhost" tag is reported.
While problems caused by an empty tag are specific to our metric ingestion chain, it is a bit misleading that docs say no server is the same as localhost but in reality there is a difference.
To be honest I am not sure myself if this issue really worth fixing, just reporting you a discrepancy we came across.
The text was updated successfully, but these errors were encountered:
Relevant telegraf.conf:
System info:
Expected behavior:
The https://github.com/influxdata/telegraf/tree/master/plugins/inputs/zookeeper page says
Actual behavior:
Metrics do get collected as expected however
server
tag is reported as an empty string which causes problem down the line for us. At the same time, if we set servers as "localhost:2181" instead of just ":2181" the same metrics are collected andserver="localhost"
tag is reported.While problems caused by an empty tag are specific to our metric ingestion chain, it is a bit misleading that docs say no server is the same as
localhost
but in reality there is a difference.To be honest I am not sure myself if this issue really worth fixing, just reporting you a discrepancy we came across.
The text was updated successfully, but these errors were encountered: