Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update docs #275

Merged
merged 1 commit into from
Aug 9, 2023
Merged
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
4 changes: 2 additions & 2 deletions docs/zh/06-agent-integration/02-tracing/03-opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ kubectl get cm -n open-telemetry otel-agent-conf -o custom-columns=DATA:.data |
grep -A 5 otlphttp:
```

deepflow-agent 使用 HostNetWork 监听端口接收 trace,默认端口为 38086,将 otel-agent 的配置进行修改:
deepflow-agent 使用 ClusterIP Service 接收 trace,将 otel-agent 的配置进行修改:
```yaml
otlphttp:
traces_endpoint: "http://${HOST_IP}:38086/api/v1/otel/trace"
traces_endpoint: "http://deepflow-agent.deepflow/api/v1/otel/trace"
tls:
insecure: true
retry_on_failure:
Expand Down
Loading