Categorygithub.com/wikia/metrics-fetcher
repositorypackage
0.3.11
Repository: https://github.com/wikia/metrics-fetcher.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

metrics-fetcher Build Status Coverage Status

Tool which pulls metrics from services registered in Consul and send them aggregated to InfluxDB/telegraf

Sample config

filters:
    - path: "io\\.dropwizard\\.db\\.ManagedPooledDataSource\\..*-master\\.idle"
      group: "gauges"
      measurement: "http_server"
    - path: "org\\.eclipse\\.jetty\\.util\\.thread\\.QueuedThreadPool\\.dw\\.jobs"
      group: "gauges"
      measurement: "http_server"
    - path: "jvm\\.memory\\.pools\\..*\\.usage"
      group: "gauges"
      measurement: "jvm_memory"

Running

metrics-fetcher fetch --label metrics --marathon http://marathon.service.consul:8080 --influx http://influx.service.consul:8086 --database test