Skip to content

utkarshcmu/finagle_exporter

Repository files navigation

Finagle Exporter

An exporter for Twitter Finagle, for Prometheus.

Building and running

mvn package to build.

java -jar target/finagle_exporter-0.1-SNAPSHOT-jar-with-dependencies.jar to run.

  • All metrics are exported as gauges.
  • All histograms are exported as histograms.

Usage

java -jar target/finagle_exporter-0.1-SNAPSHOT-jar-with-dependencies.jar [finagle_admin_host] [finagle_admin_port] [exporter_port]

Defaults:

finagle_admin_host: localhost
finagle_admin_port: 9990
exporter_port: 9991