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 68fcddb3 Merge pull request #706 from r27153733/feat/ecosystem-sentinel
add bff47903 add k8s example
new 13a00295 Merge pull request #717 from FoghostCn/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/Deployment.yml | 131 ++++++++++++++++++++++++++++++++++++
metrics/README.md | 65 +++++++++++++++++-
metrics/assert/podmonitor.png | Bin 0 -> 85451 bytes
metrics/go-client/Dockerfile | 23 +++++++
ci.sh => metrics/go-client/build.sh | 17 ++---
metrics/go-client/cmd/main.go | 15 +++--
metrics/go-server/Dockerfile | 23 +++++++
ci.sh => metrics/go-server/build.sh | 17 ++---
metrics/go-server/cmd/main.go | 27 +++++---
9 files changed, 277 insertions(+), 41 deletions(-)
create mode 100644 metrics/Deployment.yml
create mode 100644 metrics/assert/podmonitor.png
create mode 100644 metrics/go-client/Dockerfile
copy ci.sh => metrics/go-client/build.sh (78%)
create mode 100644 metrics/go-server/Dockerfile
copy ci.sh => metrics/go-server/build.sh (78%)