This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.metrics-0.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-metrics.git
commit f6846d71a2115a07c66076028b42c3ea22731803 Author: Chetan Mehrotra <[email protected]> AuthorDate: Thu Jan 7 09:38:17 2016 +0000 SLING-4080 - API to capture/measure application-level metrics Add doc link url git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/metrics@1723497 13f79535-47bb-0310-9956-ffa450edef68 --- README.md | 5 +++++ pom.xml | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md new file mode 100644 index 0000000..b1d19ca --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Apache Sling Metrics + +Refer to [Sling Metrics][1] + +[1]: https://sling.apache.org/documentation/bundles/metrics.html \ No newline at end of file diff --git a/pom.xml b/pom.xml index aec2637..641d996 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,9 @@ <name>Apache Sling Metrics</name> <description> - Integrates Metric library http://metrics.dropwizard.io/ with Sling + Integrates Metric library with Sling. Refer to + https://sling.apache.org/documentation/bundles/metrics.html + for details </description> <scm> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
