Updating badges for org-apache-sling-commons-metrics-rrd4j
1 file changed
tree: 7fd300f96a42ea30a2f3ead1894fd44f289ab129
  1. src/
  2. .gitignore
  3. CODE_OF_CONDUCT.md
  4. CONTRIBUTING.md
  5. Jenkinsfile
  6. LICENSE
  7. pom.xml
  8. README.md
README.md

Build Status Test Status Maven Central JavaDocs License

Apache Sling RRD4J metrics reporter

This module is part of the Apache Sling project.

This is a bundle that stores metrics on the local filesystem using RRD4J.

Build this bundle with Maven:

mvn clean install

The reporter will not store metrics by default. You need to configure it and tell the reporter what metrics to store.

Go to the Apache Felix Web Console and configure ‘Apache Sling Metrics reporter writing to RRD4J’. The reporter will start storing metrics once data sources have been added and the configuration is saved. Please note, the metrics file is recreated/cleared whenever the configuration is changed.