You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ch...@apache.org on 2015/06/02 21:36:03 UTC

[32/50] couch commit: updated refs/heads/2080-port-cors-to-chttpd to 529339b

Count HTTP 417 and 501 responses


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

Branch: refs/heads/2080-port-cors-to-chttpd
Commit: 43f1cfe670b19390b276cc06b7b1b3e6ff105a93
Parents: 2f615da
Author: Alexander Shorin <kx...@apache.org>
Authored: Sat Apr 11 18:51:41 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Sat Apr 11 18:51:41 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/43f1cfe6/priv/stats_descriptions.cfg
----------------------------------------------------------------------
diff --git a/priv/stats_descriptions.cfg b/priv/stats_descriptions.cfg
index dad3347..4410590 100644
--- a/priv/stats_descriptions.cfg
+++ b/priv/stats_descriptions.cfg
@@ -178,10 +178,18 @@
     {type, counter},
     {desc, <<"number of HTTP 416 Requested Range Not Satisfiable responses">>}
 ]}.
+{[couchdb, httpd_status_codes, 417], [
+    {type, counter},
+    {desc, <<"number of HTTP 417 Expectation Failed responses">>}
+]}.
 {[couchdb, httpd_status_codes, 500], [
     {type, counter},
     {desc, <<"number of HTTP 500 Internal Server Error responses">>}
 ]}.
+{[couchdb, httpd_status_codes, 501], [
+    {type, counter},
+    {desc, <<"number of HTTP 501 Not Implemented responses">>}
+]}.
 {[couchdb, open_databases], [
     {type, counter},
     {desc,  <<"number of open databases">>}