https://github.com/uswitch/blueshift-riemann-metrics
Riemann metric publishing for Blueshift
https://github.com/uswitch/blueshift-riemann-metrics
Last synced: 9 months ago
JSON representation
Riemann metric publishing for Blueshift
- Host: GitHub
- URL: https://github.com/uswitch/blueshift-riemann-metrics
- Owner: uswitch
- License: epl-1.0
- Created: 2014-05-28T13:38:20.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-29T10:57:09.000Z (about 12 years ago)
- Last Synced: 2024-12-15T06:12:17.573Z (over 1 year ago)
- Language: Clojure
- Size: 124 KB
- Stars: 3
- Watchers: 48
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Riemann Metrics for Blueshift
[Blueshift](https://github.com/uswitch/blueshift) is a service to provide an easier S3-oriented integration with Amazon Redshift. This library provides [Metrics](http://metrics.codahale.com/) integration for Riemann suitable for integrating with Blueshift.
## Usage
Assuming you've already got an Uberjar built for Blueshift you just need to build the metrics uberjar and add it to Blueshift's classpath.
To configure the reporter add the following to Blueshift's configuration file:
:telemetry {:reporters [uswitch.blueshift.telemetry.riemann/riemann-metrics-reporter]}
:riemann {:host "localhost"
:port 5555}
## Authors
* [Paul Ingles](https://github.com/pingles) ([@pingles](http://twitter.com/pingles))
## License
Copyright © 2014 [uSwitch.com Limited](http://www.uswitch.com).
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.