An open API service indexing awesome lists of open source software.

https://github.com/paulwellnerbou/metrics-bridge

Application to transmit metrics to monitoring tools
https://github.com/paulwellnerbou/metrics-bridge

Last synced: about 2 months ago
JSON representation

Application to transmit metrics to monitoring tools

Awesome Lists containing this project

README

        

# metrics-bridge

Application to transmit metrics (offered per JSON) to monitoring tools (Librato currently implemented).

---
*Currently still in heavy development, work in progress.*

---

## Configuration

See example and test files under src/test/resources as a first reference.

## Running

* Download the latest release via github and unzip it
* Run it:
```
./metrics-bridge-0.2-SNAPSHOT/bin/metrics-bridge -c
```

Currently there is no daemon mode implemented, so you might want to run it with nohup:

nohup ./metrics-bridge-0.2-SNAPSHOT/bin/metrics-bridge -c &