Return-Path: X-Original-To: apmail-sling-commits-archive@www.apache.org Delivered-To: apmail-sling-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5C9C718316 for ; Thu, 7 Jan 2016 09:27:48 +0000 (UTC) Received: (qmail 34010 invoked by uid 500); 7 Jan 2016 09:27:48 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 33947 invoked by uid 500); 7 Jan 2016 09:27:48 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 33938 invoked by uid 99); 7 Jan 2016 09:27:48 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2016 09:27:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id D70561A005E for ; Thu, 7 Jan 2016 09:27:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.446 X-Spam-Level: X-Spam-Status: No, score=0.446 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 8-LW4XCXFl9c for ; Thu, 7 Jan 2016 09:27:47 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id D766A20511 for ; Thu, 7 Jan 2016 09:27:46 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 0833CE00AF for ; Thu, 7 Jan 2016 09:27:46 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 07FB13A00E7 for ; Thu, 7 Jan 2016 09:27:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1723491 - /sling/site/trunk/content/documentation/bundles.mdtext Date: Thu, 07 Jan 2016 09:27:46 -0000 To: commits@sling.apache.org From: chetanm@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160107092746.07FB13A00E7@svn01-us-west.apache.org> Author: chetanm Date: Thu Jan 7 09:27:45 2016 New Revision: 1723491 URL: http://svn.apache.org/viewvc?rev=1723491&view=rev Log: SLING-4080 - API to capture/measure application-level metrics Adding docs Modified: sling/site/trunk/content/documentation/bundles.mdtext Modified: sling/site/trunk/content/documentation/bundles.mdtext URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles.mdtext?rev=1723491&r1=1723490&r2=1723491&view=diff ============================================================================== --- sling/site/trunk/content/documentation/bundles.mdtext (original) +++ sling/site/trunk/content/documentation/bundles.mdtext Thu Jan 7 09:27:45 2016 @@ -42,6 +42,7 @@ The OSGi installer is a very flexible an * [Sling Query Library]({{ refs.sling-query.path }}) * [Junit Server-Side Tests Support]({{ refs.org-apache-sling-junit-bundles.path }}) * [Sling Pipes]({{ refs.sling-pipes.path }}) +* [Sling Metrics]({{ refs.metrics.path }}) ## Content Presentation * [Scripting]({{ refs.scripting.path }}) (aka Templating)