https://github.com/sunng87/slacker-metrics
The metrics middleware for slacker RPC
https://github.com/sunng87/slacker-metrics
Last synced: 10 months ago
JSON representation
The metrics middleware for slacker RPC
- Host: GitHub
- URL: https://github.com/sunng87/slacker-metrics
- Owner: sunng87
- License: epl-1.0
- Created: 2017-06-22T15:01:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T17:08:04.000Z (about 8 years ago)
- Last Synced: 2024-10-05T04:41:07.530Z (over 1 year ago)
- Language: Clojure
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# slacker-metrics
This is metrics middleware for [slacker
RPC](https://github.com/sunng87/slacker). It uses
[metrics-clojure](https://github.com/sjl/metrics-clojure) to measure
QPS/Latency/Error Rate of your remote functions.
## Usage
Check `examples` directory or simply to `lein run-exmaple`.
## License
Copyright © 2017 Ning Sun
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.