You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2023/04/03 12:22:59 UTC

[couchdb] branch main updated (d1412552f -> a9bce2f59)

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

willholley pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    from d1412552f docs(hosts): Remove misleading /etc/hosts info (#4506)
     add bef20f357 feat (prometheus): metrics for individual message queues
     add f4fd6b5d3 feat (prometheus): internal_replication_jobs metric
     add ee11952c8 feat (prometheus): membership metric
     add 8c1ef5bfe fix (prometheus): gauge types for metrics that can be decremented
     new a9bce2f59 Merge pull request #4507 from apache/prometheus_metrics

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .devcontainer/devcontainer.json                    |  2 +-
 src/couch/src/couch.app.src                        |  1 -
 src/couch_prometheus/src/couch_prometheus.app.src  |  2 +-
 .../src/couch_prometheus_server.erl                | 51 +++++++++++++---------
 src/couch_prometheus/src/couch_prometheus_util.erl | 21 ++++++++-
 .../test/eunit/couch_prometheus_e2e_tests.erl      | 32 +++++++++++++-
 6 files changed, 82 insertions(+), 27 deletions(-)


[couchdb] 01/01: Merge pull request #4507 from apache/prometheus_metrics

Posted by wi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

willholley pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit a9bce2f598edc8ef843baa9412c60d22157eeabf
Merge: d1412552f 8c1ef5bfe
Author: Will Holley <wi...@apache.org>
AuthorDate: Mon Apr 3 13:22:50 2023 +0100

    Merge pull request #4507 from apache/prometheus_metrics
    
    feat: additional prometheus metrics

 .devcontainer/devcontainer.json                    |  2 +-
 src/couch/src/couch.app.src                        |  1 -
 src/couch_prometheus/src/couch_prometheus.app.src  |  2 +-
 .../src/couch_prometheus_server.erl                | 51 +++++++++++++---------
 src/couch_prometheus/src/couch_prometheus_util.erl | 21 ++++++++-
 .../test/eunit/couch_prometheus_e2e_tests.erl      | 32 +++++++++++++-
 6 files changed, 82 insertions(+), 27 deletions(-)