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

lizhanhui pushed a change to branch cpp_dev
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


 discard 9d32a66  Try grpc-1.46.3
 discard 65b2d88  Revert "Use sandboxfs for MacOS"
 discard d2b92eb  Use sandboxfs for MacOS
 discard ba174d1  Upgrade version of spdlog, fmt
 discard 03b620b  BugFix: should override not shadow
 discard 2e3658c  Add text message for all ErrorCode
 discard b2d6f83  Fix compile issue
 discard da49c20  Use long enough timeout
 discard 0e55f3e  Sync protobuf files
 discard 292c5b4  Add invocation_status for consuming messages
 discard c11dc58  Remove metrics discarded by wenting
 discard 9e10a75  Remove some metrics
 discard 151015c  Use opencensus#end-time as stats time for OpenTelemetry
 discard 520d623  Add sum field for distribution
 discard 19985bd  BugFix: Make point bear with timestmap
 discard 0ea30aa  Add unit tests
 discard 4772176  Update validation of messages before publishing
 discard 5e60fa0  Sync with latest proto
 discard 9052022  Support client metrics exporting
     add 890dcb4  Java: refactor MessageMeter (#42)
     add 3e4b1b9  Support client metric exporting

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   (9d32a66)
            \
             N -- N -- N   refs/heads/cpp_dev (3e4b1b9)

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:
 cpp/.bazelversion                                  |   2 +-
 cpp/bazel/rocketmq_deps.bzl                        |  16 +-
 .../rocketmq/client/java/impl/ClientImpl.java      |   8 +-
 .../java/impl/consumer/PushConsumerImpl.java       |   2 +-
 .../rocketmq/client/java/metrics/MessageMeter.java | 215 +++++----------------
 .../client/java/metrics/MessageMeterProvider.java  | 182 +++++++++++++++++
 .../rocketmq/client/java/metrics/Metric.java       |  11 +-
 .../java/metrics/MetricMessageInterceptor.java     |  51 +++--
 8 files changed, 281 insertions(+), 206 deletions(-)
 create mode 100644 
java/client/src/main/java/org/apache/rocketmq/client/java/metrics/MessageMeterProvider.java

Reply via email to