From 9c8583ee373490e4ec059458108596ca1faee460 Mon Sep 17 00:00:00 2001 From: Blessing Mba Date: Wed, 2 Oct 2024 12:17:39 +0100 Subject: [PATCH] fixed the duplicated text: localhost 4318 on Otel collector image --- content/en/docs/demo/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/demo/architecture.md b/content/en/docs/demo/architecture.md index 75d5c6f452ab..09c59581d092 100644 --- a/content/en/docs/demo/architecture.md +++ b/content/en/docs/demo/architecture.md @@ -129,7 +129,7 @@ subgraph tdf[Telemetry Data Flow] subgraph oc[OTel Collector] style oc fill:#97aef3,color:black; oc-grpc[/"OTLP Receiver
listening on
grpc://localhost:4317"/] - oc-http[/"OTLP Receiver
listening on
localhost:4318
localhost:4318"/] + oc-http[/"OTLP Receiver
listening on
localhost:4318
"/] oc-proc(Processors) oc-prom[/"OTLP HTTP Exporter"/] oc-otlp[/"OTLP Exporter"/]