You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/09/02 20:09:24 UTC

couch commit: updated refs/heads/master to e34699e

Repository: couchdb-couch
Updated Branches:
  refs/heads/master 027ef616b -> e34699ed0


Add remaining status code stats


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/e34699ed
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/e34699ed
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/e34699ed

Branch: refs/heads/master
Commit: e34699ed0c6fa8e273f063d46410e10f372973af
Parents: 027ef61
Author: Robert Newson <rn...@apache.org>
Authored: Tue Sep 2 17:52:17 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Tue Sep 2 19:08:54 2014 +0100

----------------------------------------------------------------------
 priv/stats_descriptions.cfg | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/e34699ed/priv/stats_descriptions.cfg
----------------------------------------------------------------------
diff --git a/priv/stats_descriptions.cfg b/priv/stats_descriptions.cfg
index e2451d9..998bb77 100644
--- a/priv/stats_descriptions.cfg
+++ b/priv/stats_descriptions.cfg
@@ -146,6 +146,22 @@
     {type, counter},
     {desc, <<"number of HTTP 412 Precondition Failed responses">>}
 ]}.
+{[couchdb, httpd_status_codes, 413], [
+    {type, counter},
+    {desc, <<"number of HTTP 413 Request Entity Too Long responses">>}
+]}.
+{[couchdb, httpd_status_codes, 414], [
+    {type, counter},
+    {desc, <<"number of HTTP 414 Request URI Too Long responses">>}
+]}.
+{[couchdb, httpd_status_codes, 415], [
+    {type, counter},
+    {desc, <<"number of HTTP 415 Unsupported Media Type responses">>}
+]}.
+{[couchdb, httpd_status_codes, 416], [
+    {type, counter},
+    {desc, <<"number of HTTP 416 Requested Range Not Satisfiable responses">>}
+]}.
 {[couchdb, httpd_status_codes, 500], [
     {type, counter},
     {desc, <<"number of HTTP 500 Internal Server Error responses">>}