Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-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 C3A8E104FA for ; Mon, 12 Jan 2015 23:03:51 +0000 (UTC) Received: (qmail 91894 invoked by uid 500); 12 Jan 2015 23:03:53 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 91732 invoked by uid 500); 12 Jan 2015 23:03:53 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 91703 invoked by uid 99); 12 Jan 2015 23:03:53 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jan 2015 23:03:53 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 15BA3A02CF1; Mon, 12 Jan 2015 23:03:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Mon, 12 Jan 2015 23:03:54 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/4] couch commit: updated refs/heads/master to 74eefe9 Add missing stat metric (http_status_codes 206) COUCHDB-2540 Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/bcbdc36c Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/bcbdc36c Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/bcbdc36c Branch: refs/heads/master Commit: bcbdc36c6bc25ad748ba82ac1d7ddca0b16861de Parents: a970267 Author: ILYA Khlopotov Authored: Fri Jan 9 14:11:04 2015 -0800 Committer: ILYA Khlopotov Committed: Fri Jan 9 14:11:04 2015 -0800 ---------------------------------------------------------------------- priv/stats_descriptions.cfg | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/bcbdc36c/priv/stats_descriptions.cfg ---------------------------------------------------------------------- diff --git a/priv/stats_descriptions.cfg b/priv/stats_descriptions.cfg index 2dd77bc..8eea746 100644 --- a/priv/stats_descriptions.cfg +++ b/priv/stats_descriptions.cfg @@ -114,6 +114,10 @@ {type, counter}, {desc, <<"number of HTTP 204 No Content responses">>} ]}. +{[couchdb, httpd_status_codes, 206], [ + {type, counter}, + {desc, <<"number of HTTP 206 Partial Content">>} +]}. {[couchdb, httpd_status_codes, 301], [ {type, counter}, {desc, <<"number of HTTP 301 Moved Permanently responses">>}