https://github.com/ieb/statsd-reporter-osgi
StatsD reporter for AEM
https://github.com/ieb/statsd-reporter-osgi
Last synced: 3 months ago
JSON representation
StatsD reporter for AEM
- Host: GitHub
- URL: https://github.com/ieb/statsd-reporter-osgi
- Owner: ieb
- Created: 2017-04-04T12:44:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T09:58:39.000Z (about 8 years ago)
- Last Synced: 2023-03-15T18:25:27.874Z (over 2 years ago)
- Language: Java
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This provides a OSGi bundle that has a component shipping Dropwizard metrics out to StatsD over UDP.
This bundle currently depends on metrics3-statsd-4.2.1-SNAPSHOT with patch https://github.com/ReadyTalk/metrics-statsd/pull/33 The Travis build will be broken until that pull request is merged. See below for local build.
[](https://travis-ci.org/ieb/statsd-reporter-osgi)
# Quick Setup for the impatient
Build metrics3-statsd-4.2.1-SNAPSHOT locally from https://github.com/ieb/metrics-statsd which has been patched to fix stats names.
git clone [email protected]:ieb/metrics-statsd.git
cd metrics-statsd
./gradlew
Build this bundle
mvn clean install
Install the bundle and configure pointing to a StatsD server.
# OSGi Properties for org.apache.sling.influxdb.CodehaleMetricsReporter
## host (default: 127.0.0.1)
The host where StatsD is running.
## port (default: 8125)
Port where StatsD is running.