You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2023/07/31 03:34:22 UTC

[dubbo-go] branch feature-metrics updated (82e9849fc -> 413c89443)

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

liujun pushed a change to branch feature-metrics
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


    from 82e9849fc add registry metrics (#2366)
     add cd76e0fb7 feat: add some metrics (#2362)
     new 413c89443 Merge branch 'main' into feature-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:
 metrics/prometheus/constant.go   |  2 +
 metrics/prometheus/metric_set.go | 42 +++++++++++++++----
 metrics/prometheus/model.go      | 89 ++++++++++++++++++++++++++++++++++++++++
 metrics/prometheus/reporter.go   | 17 +++++++-
 4 files changed, 140 insertions(+), 10 deletions(-)


[dubbo-go] 01/01: Merge branch 'main' into feature-metrics

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

liujun pushed a commit to branch feature-metrics
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git

commit 413c89443453bfaa64e661a566f991990b70d3ac
Merge: 82e9849fc cd76e0fb7
Author: chickenlj <ke...@gmail.com>
AuthorDate: Mon Jul 31 11:32:26 2023 +0800

    Merge branch 'main' into feature-metrics

 metrics/prometheus/constant.go   |  2 +
 metrics/prometheus/metric_set.go | 42 +++++++++++++++----
 metrics/prometheus/model.go      | 89 ++++++++++++++++++++++++++++++++++++++++
 metrics/prometheus/reporter.go   | 17 +++++++-
 4 files changed, 140 insertions(+), 10 deletions(-)