Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
alxrem authored and Alexey Remizov committed Sep 11, 2017
1 parent a523c18 commit d951d46
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Logstash exporter
=================

Prometheus exporter for metrics provided by Node Stats API of Logstash.

Building and running
--------------------

go get gitlab.com/alxrem/prometheus-logstash-exporter
cd ${GOPATH-$HOME/go}/src/gitlab.com/alxrem/prometheus-logstash-exporter
go build
./prometheus-logstash-exporter <flags>

To see all available configuration flags:

./prometheus-logstash-exporter -h

0 comments on commit d951d46

Please sign in to comment.