SLING-9384 - Update metrics-rrd4j to parent 38

Note that before the migration the org.rrd4j package only included resources
matching ConsolFun.*, but since that package (as of rrd4j 3.6 only includes)
an additional DsType class at 1017 bytes we include the whole package as
it simplifies configuration.
2 files changed
tree: 057a960e831ca51a1059a7369d5150c777351878
  1. src/
  2. .gitignore
  3. bnd.bnd
  4. CODE_OF_CONDUCT.md
  5. CONTRIBUTING.md
  6. Jenkinsfile
  7. LICENSE
  8. pom.xml
  9. 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.