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
- Host: GitHub
- URL: https://github.com/paulwellnerbou/metrics-bridge
- Owner: paulwellnerbou
- Created: 2016-09-16T06:46:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T06:28:59.000Z (over 5 years ago)
- Last Synced: 2025-04-14T22:52:55.697Z (about 2 months ago)
- Language: Groovy
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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 &