Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ A collection of runnable Dubbo-go examples covering configuration, registries, o
* `llm`: Example of integrating Large Language Models (LLMs) with Dubbo-go.
* `logger`: Logging examples for Dubbo-go applications.
* `metrics`: Shows how to collect and expose metrics from Dubbo-go services, supporting both Prometheus Push and Pull modes. Also includes the `pgw-cleaner` tool for cleaning zombie metrics in Push mode.
* `mesh`: Proxy-based service mesh example showing how to deploy Dubbo-go services with Envoy on Kubernetes.
* `online_boutique`: Microservices “online boutique” demo built with Dubbo-go.
* `otel/tracing`: Distributed tracing examples using OpenTelemetry.
* `stdout`: Uses stdout exporter to export tracing data.
Expand All @@ -51,7 +52,6 @@ A collection of runnable Dubbo-go examples covering configuration, registries, o
* `compatibility/apisix`: Example integrating Apache APISIX with Dubbo-go.
* `compatibility/config-api`: Shows how to use Dubbo-go via APIs without configuration files.
* `compatibility/generic`: Generic invocation example.
* `compatibility/mesh`: Proxy-based service mesh example showing how to deploy Dubbo-go services with Envoy on Kubernetes.
* `compatibility/polaris`: Dubbo-go integrate with polaris samples.
* `compatibility/polaris/limit`: Quickly experience Polaris' service current limiting capabilities in dubbogo
* `compatibility/polaris/registry`: Quickly experience Polaris' service registration and service discovery capabilities in dubbogo
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* `llm`:将大模型(LLM)集成到 Dubbo-go 中的示例。
* `logger`:Dubbo-go 应用的日志使用示例。
* `metrics`:展示如何采集并暴露 Dubbo-go 服务的指标,支持 Prometheus Push 和 Pull 两种模式;同时包含用于清理 Push 模式僵尸指标的 `pgw-cleaner` 工具。
* `mesh`:基于代理的服务网格示例,展示如何在 Kubernetes 上结合 Envoy 部署 Dubbo-go 服务。
* `online_boutique`:基于 Dubbo-go 构建的微服务 “在线商城” 演示项目。
* `otel/tracing`:使用 OpenTelemetry 的分布式链路追踪示例。
* `stdout`:使用 stdout exporter 输出追踪数据。
Expand All @@ -51,7 +52,6 @@
* `compatibility/apisix`:Dubbo-go 集成 Apache APISIX 的示例。
* `compatibility/config-api`:演示如何在不使用配置文件的情况下,通过 API 使用 Dubbo-go。
* `compatibility/generic`:泛化调用示例。
* `compatibility/mesh`:基于代理的服务网格示例,展示如何在 Kubernetes 上结合 Envoy 部署 Dubbo-go 服务。
* `compatibility/polaris`: Dubbo-go 与 polaris 集成示例.
* `compatibility/polaris/limit`: 在 dubbogo 中快速体验北极星的服务限流能力
* `compatibility/polaris/registry`: 在 dubbogo 中快速体验北极星的服务注册以及服务发现能力
Expand Down
149 changes: 0 additions & 149 deletions compatibility/mesh/README.md

This file was deleted.

19 changes: 0 additions & 19 deletions compatibility/mesh/go-client/Dockerfile

This file was deleted.

4 changes: 0 additions & 4 deletions compatibility/mesh/go-client/api/generate.sh

This file was deleted.

Loading
Loading