This is an automated email from the ASF dual-hosted git repository.
wankai pushed a commit to branch banyandb-trace
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
The following commit(s) were added to refs/heads/banyandb-trace by this push:
new bc3e7aa fix
bc3e7aa is described below
commit bc3e7aac041c2325f434b1af923f4f20c42842c8
Author: wankai123 <[email protected]>
AuthorDate: Tue Oct 28 14:35:49 2025 +0800
fix
---
deploy/platform/docker/config/otel-collector-config.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deploy/platform/docker/config/otel-collector-config.yaml
b/deploy/platform/docker/config/otel-collector-config.yaml
index 06d71ff..00c09a5 100644
--- a/deploy/platform/docker/config/otel-collector-config.yaml
+++ b/deploy/platform/docker/config/otel-collector-config.yaml
@@ -28,7 +28,7 @@ processors:
exporters:
otlp:
- endpoint: "host.docker.internal:11800"
+ endpoint: "oap:11800"
insecure: true
logging:
verbosity: detailed