Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.
/ fluentd-metrics Public archive

Gets output buffer metrics from fluentd and emits to datadog via statsd

License

Notifications You must be signed in to change notification settings

uswitch/fluentd-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluentd-metrics

Unfortunately fluentd only seems to offer up metrics based on its output buffer statuses. So that's what we've got.

usage: fluentd-metrics --statsd=STATSD --cluster=CLUSTER [<flags>]

Flags:
  --help             Show context-sensitive help (also try --help-long and
                     --help-man).
  --statsd=STATSD    Host:Port of Datadog Statsd agent
  --cluster=CLUSTER  Name of kubernetes cluster
  --fluent=http://127.0.0.1:24220  
                     Fluentd HTTP API endpoint
  --interval=10s     Gap between metric probes

About

Gets output buffer metrics from fluentd and emits to datadog via statsd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages