This is an automated email from the ASF dual-hosted git repository.
laurence pushed a change to branch ftr/metrics
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.
from 4d4fb6e fix: change IDs to -ids
add c378031 Merge pull request #1540 from apache/ftr/metrics
new bfc60c2 fix: update protoc-gen-go-triple
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:
cluster/router/chain/chain.go | 2 +-
common/logger/logger.go | 2 +-
config/config_center_config.go | 2 +-
config/config_center_config_test.go | 2 +
config/dubbogo.yaml.json | 1 +
config/logger_config.go | 2 +-
go.mod | 2 +-
go.sum | 4 +-
metrics/prometheus/reporter.go | 2 +-
protocol/dubbo3/common_test.go | 43 +--
protocol/dubbo3/dubbo3_protocol.go | 10 +-
protocol/dubbo3/dubbo3_protocol_test.go | 2 +-
protocol/dubbo3/internal/helloworld.pb.go | 363 +++++++++++------------
protocol/dubbo3/internal/helloworld.proto | 1 +
protocol/dubbo3/internal/helloworld_triple.pb.go | 168 +++++++++++
protocol/dubbo3/internal/server.go | 2 +-
16 files changed, 358 insertions(+), 250 deletions(-)
create mode 100644 config/dubbogo.yaml.json
create mode 100644 protocol/dubbo3/internal/helloworld_triple.pb.go