Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow other fluentd metrics apart from retry_count, buffer_queu… #11056

Merged
merged 1 commit into from
May 17, 2022

Commits on May 2, 2022

  1. feat: allow other fluentd metrics apart from retry_count, buffer_queu…

    …e_length, and buffer_total_queued_size
    
    Currently, telegraf creates only three metrics in Gather function and ignore rest of the metrics exposed by fluentd. Fluentd as td-agent exposes following metrics :
    buffer_queue_length, buffer_total_queued_size, retry_count, emit_records, emit_size, emit_count, write_count, rollback_count, slow_flush_count,  flush_time_count, buffer_stage_length, buffer_stage_byte_size,  buffer_queue_byte_size, buffer_available_buffer_space_ratios
    
    The above metrics are ignored by telegraf.
    dkuldeep22 committed May 2, 2022
    Configuration menu
    Copy the full SHA
    3b07e2d View commit details
    Browse the repository at this point in the history