From 0ac480d977c905254b899a3c1bc09d95431e137d Mon Sep 17 00:00:00 2001 From: Eric Hsueh Date: Mon, 25 Apr 2022 14:23:03 -0700 Subject: [PATCH] update sidecar example in README --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 95adad872a..57aafb768a 100644 --- a/README.md +++ b/README.md @@ -89,11 +89,7 @@ spec: receivers: jaeger: protocols: - grpc: - otlp: - protocols: - grpc: - http: + thrift_compact: processors: exporters: @@ -102,7 +98,7 @@ spec: service: pipelines: traces: - receivers: [otlp, jaeger] + receivers: [jaeger] processors: [] exporters: [logging] EOF