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 f8fa11df Merge pull request #681 from FinalT/feat-logger
add e6e3dc44 feat(tracing): stdout exporter sample
add 914bb9ac feat(tracing): add README.md
add 03b02b6d feat(tracing): update integrate test shell script
add 8458e4d7 feat(tracing): update README.md
add 5e8c3fb9 fix(tracing): imports
new 45e8c730 Merge pull request #682 from ev1lQuark/otel
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:
.../tracing/stdout}/tests/integration/main_test.go | 25 ++---
.../stdout/tests/integration/stdout_test.go} | 8 +-
otel/tracing/README.md | 86 +++++++++++++++++
otel/tracing/stdout/README.md | 105 +++++++++++++++++++++
.../tracing/stdout/go-client/cmd/main.go | 24 ++---
.../tracing/stdout/go-server/cmd/main.go | 25 ++---
.../tracing/stdout}/proto/greet.pb.go | 43 +++++----
.../tracing/stdout}/proto/greet.proto | 2 +-
.../tracing/stdout}/proto/greet.triple.go | 0
start_integrate_test.sh | 3 +
10 files changed, 260 insertions(+), 61 deletions(-)
copy integrate_test/{registry/zookeeper =>
otel/tracing/stdout}/tests/integration/main_test.go (74%)
copy integrate_test/{helloworld/tests/integration/helloworld_test.go =>
otel/tracing/stdout/tests/integration/stdout_test.go} (83%)
create mode 100644 otel/tracing/README.md
create mode 100644 otel/tracing/stdout/README.md
copy registry/nacos/go-client/cmd/client.go =>
otel/tracing/stdout/go-client/cmd/main.go (76%)
copy registry/nacos/go-server/cmd/server.go =>
otel/tracing/stdout/go-server/cmd/main.go (77%)
copy {registry/nacos => otel/tracing/stdout}/proto/greet.pb.go (85%)
copy {healthcheck => otel/tracing/stdout}/proto/greet.proto (91%)
copy {helloworld => otel/tracing/stdout}/proto/greet.triple.go (100%)