Repository: couchdb-couch-log Updated Branches: refs/heads/master 4d04ccb97 -> 898193959
Collect stats for alert log messages Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-log/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-log/commit/89819395 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-log/tree/89819395 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-log/diff/89819395 Branch: refs/heads/master Commit: 89819395906e6ac1cea5cf0039c4a81a41ec970d Parents: d060bbb Author: Alexander Shorin <[email protected]> Authored: Tue Nov 24 08:42:25 2015 +0300 Committer: Alexander Shorin <[email protected]> Committed: Tue Nov 24 08:44:00 2015 +0300 ---------------------------------------------------------------------- priv/stats_descriptions.cfg | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch-log/blob/89819395/priv/stats_descriptions.cfg ---------------------------------------------------------------------- diff --git a/priv/stats_descriptions.cfg b/priv/stats_descriptions.cfg index 9350a9c..31e4161 100644 --- a/priv/stats_descriptions.cfg +++ b/priv/stats_descriptions.cfg @@ -14,6 +14,10 @@ % a trailing full-stop / period % Please keep this in alphabetical order +{[couch_log, level, alert], [ + {type, counter}, + {desc, <<"number of logged alert messages">>} +]}. {[couch_log, level, critical], [ {type, counter}, {desc, <<"number of logged critical messages">>}
