An exporter for Twitter Finagle, for Prometheus.
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.
java -jar target/finagle_exporter-0.1-SNAPSHOT-jar-with-dependencies.jar [finagle_admin_host] [finagle_admin_port] [exporter_port]
finagle_admin_host: localhost
finagle_admin_port: 9990
exporter_port: 9991