Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

capotej/finagle-stats-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Finagle Stats Exporter

A simple tool that takes stats output from finagle and ships it to statsd, meant to be run from crond.

Installation

With go:

go get github.com/capotej/finagle-stats-exporter 

Just the binary:

curl https://github.com/capotej/finagle-stats-exporter/releases/download/v1.0.0/finagle-stats-exporter

Usage

Usage of finagle-stats-exporter:
  -finagle_server="localhost:9990": finagle stats server:port
  -stats_path="stats.json": finagle stat path
  -statsd_server="localhost:8125": statsd server:port
  -statsd_category="finagle-stats-exporter": statsd category
  -metrics="true": metrics style finagle stats (non-ostrich)"

About

Simple go program to export finagle server stats to statsd

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages