From 43284781e6b1f040f2aa42d9221b583159419905 Mon Sep 17 00:00:00 2001 From: Christopher Wildman Date: Mon, 15 Apr 2024 01:51:05 -0700 Subject: [PATCH] Fix default collector deployment receiver endpoint (#4285) --- content/en/docs/collector/deployment/agent.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/docs/collector/deployment/agent.md b/content/en/docs/collector/deployment/agent.md index 6db6d6b233ee..2a17343c3b7b 100644 --- a/content/en/docs/collector/deployment/agent.md +++ b/content/en/docs/collector/deployment/agent.md @@ -42,8 +42,8 @@ like so: receivers: otlp: # the OTLP receiver the app is sending traces to protocols: - grpc: - endpoint: 0.0.0.0:4317 + http: + endpoint: 0.0.0.0:4318 processors: batch: @@ -66,8 +66,8 @@ service: receivers: otlp: # the OTLP receiver the app is sending metrics to protocols: - grpc: - endpoint: 0.0.0.0:4317 + http: + endpoint: 0.0.0.0:4318 processors: batch: @@ -90,8 +90,8 @@ service: receivers: otlp: # the OTLP receiver the app is sending logs to protocols: - grpc: - endpoint: 0.0.0.0:4317 + http: + endpoint: 0.0.0.0:4318 processors: batch: