You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/04/15 16:53:41 UTC

[couchdb] branch couch-proc-manager-improvements updated (2266a431c -> 51665a3aa)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch couch-proc-manager-improvements
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 2266a431c Improve couch_proc_manager
     add b7686a9da feat (prometheus): include aggregated couch/index message queues
     add bb3314262 feat (prometheus): couch_db_updater and couch_file queue stats
     add 16a350b97 feat (prometheus): add Erlang distribution stats
     add daecd3f50 fix (prometheus): do not emit ophaned HELP/TYPE lines
     add 98a356c32 Merge pull request #4525 from apache/prometheus_erlang_dist
     add 51665a3aa Improve couch_proc_manager

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2266a431c)
            \
             N -- N -- N   refs/heads/couch-proc-manager-improvements (51665a3aa)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .devcontainer/devcontainer.json                    |   2 +-
 src/chttpd/src/chttpd_node.erl                     |  41 +++--
 .../src/couch_prometheus_server.erl                | 205 +++++++++++++++++----
 src/couch_prometheus/src/couch_prometheus_util.erl |   3 +
 4 files changed, 202 insertions(+), 49 deletions(-)