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
When using the new fluentd plugin to send queue metrics to Influx the buffer_total_queued_size, buffer_queue_length and retry_count are sending the float pointer memory address like "0xc420045418" instead of the real underlying values like "12345".
Relevant telegraf.conf:
[[inputs.fluentd]]
# ## This plugin reads information exposed by fluentd (using /api/plugins.json endpoint).
# ##
# ## Endpoint:
# ## - only one URI is allowed
# ## - https is not supported
endpoint = "http://localhost:24220/api/plugins.json"
#
# ## Define which plugins have to be excluded (based on "type" field - e.g. monitor_agent)
# exclude = [
# "monitor_agent",
# "dummy",
# ]
exclude = [
"monitor_agent"
]
Bug report
When using the new fluentd plugin to send queue metrics to Influx the buffer_total_queued_size, buffer_queue_length and retry_count are sending the float pointer memory address like "0xc420045418" instead of the real underlying values like "12345".
Relevant telegraf.conf:
System info:
Telegraf 1.4.0
OS: Ubuntu 16.04.2
Steps to reproduce:
Expected behavior:
stdout results:
Actual behavior:
stdout results:
Additional info:
This code appears to fix the issue: BattleCry-Studios@debd409
The text was updated successfully, but these errors were encountered: