This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
from 404b4bc3 Merge pull request #686 from DMwangnima/feat/triple_filter
add de17d6e5 add metrics sample
new b88e2ec1 Merge pull request #687 from FoghostCn/metrics-sample
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/go-client/cmd/main.go | 78 ++++++++++++++++++++++++
metrics/go-server/cmd/main.go | 86 +++++++++++++++++++++++++++
{helloworld => metrics}/proto/greet.pb.go | 0
{rpc/grpc => metrics}/proto/greet.proto | 2 +-
{helloworld => metrics}/proto/greet.triple.go | 0
5 files changed, 165 insertions(+), 1 deletion(-)
create mode 100644 metrics/go-client/cmd/main.go
create mode 100644 metrics/go-server/cmd/main.go
copy {helloworld => metrics}/proto/greet.pb.go (100%)
copy {rpc/grpc => metrics}/proto/greet.proto (92%)
copy {helloworld => metrics}/proto/greet.triple.go (100%)