Allow other fluentd metrics apart from retry_count, buffer_queue_length, buffer_total_queued_size #11055
Labels
feature request
Requests for new plugin and for new features to existing plugins
Feature Request
Currently, telegraf creates only three fluentd metrics in Gather function and ignore rest of the metrics exposed by fluentd. Fluentd as td-agent exposes following metrics :
The above metrics are ignored by telegraf except first 3.
Proposal:
To add other metrics exposed by fluentd as td-agent.
Current behavior:
Currently fluentd creates only 3 metrics e.g. retry_count, buffer_queue_length, buffer_total_queued_size and ignore rest of the metrics.
Desired behavior:
Enable telegraf to expose other metrics similar to existing 3 metrics.
Use case:
With the fluentd installation e.g. https://docs.fluentd.org/installation/install-by-deb, tdlog plugin type is by default enabled and it exposes the above mentioned metrics. When creating dashboards with the help of telegraf integration showing charts for each of the metrics, only 3 metrics are shown on the dashboard and rest are missing as telegraf filters out only 3 metrics.
The text was updated successfully, but these errors were encountered: