diff --git a/docs/_include/tracing-shipping/collector-config.md b/docs/_include/tracing-shipping/collector-config.md index 41992d9b..0421744d 100644 --- a/docs/_include/tracing-shipping/collector-config.md +++ b/docs/_include/tracing-shipping/collector-config.md @@ -2,7 +2,7 @@ receivers: otlp: protocols: - grpc: + http/protobuf: endpoint: "0.0.0.0:4317" http: endpoint: "0.0.0.0:4318" diff --git a/docs/_include/tracing-shipping/docker.md b/docs/_include/tracing-shipping/docker.md index 60ebcfe2..13aa7645 100644 --- a/docs/_include/tracing-shipping/docker.md +++ b/docs/_include/tracing-shipping/docker.md @@ -12,7 +12,7 @@ Create a file `config.yaml` with the following content: receivers: otlp: protocols: - grpc: + http/protobuf: endpoint: "0.0.0.0:4317" http: endpoint: "0.0.0.0:4318" @@ -106,7 +106,7 @@ Here is an example configuration file: receivers: otlp: protocols: - grpc: + http/protobuf: http: exporters: diff --git a/docs/_include/tracing-shipping/otel-troubleshooting.md b/docs/_include/tracing-shipping/otel-troubleshooting.md index d6c2dc8b..57fb103b 100644 --- a/docs/_include/tracing-shipping/otel-troubleshooting.md +++ b/docs/_include/tracing-shipping/otel-troubleshooting.md @@ -24,7 +24,7 @@ The collector may not have the correct endpoint configured for the receiver. receivers: otlp: protocols: - grpc: + http/protobuf: endpoint: "0.0.0.0:4317" http: endpoint: "0.0.0.0:4318" @@ -60,7 +60,7 @@ The correct endpoints are: receivers: otlp: protocols: - grpc: + http/protobuf: endpoint: "<>:4317" http: endpoint: "<>:4318/v1/traces" diff --git a/docs/shipping/AWS/aws-ecs-fargate.md b/docs/shipping/AWS/aws-ecs-fargate.md index 3d34a4d7..ddc09862 100644 --- a/docs/shipping/AWS/aws-ecs-fargate.md +++ b/docs/shipping/AWS/aws-ecs-fargate.md @@ -142,7 +142,7 @@ receivers: transport: udp otlp: protocols: - grpc: + http/protobuf: endpoint: "0.0.0.0:4317" http: endpoint: "0.0.0.0:4318" diff --git a/docs/shipping/AWS/aws-lambda-extension-go.md b/docs/shipping/AWS/aws-lambda-extension-go.md index d8095b15..7fdb28e9 100644 --- a/docs/shipping/AWS/aws-lambda-extension-go.md +++ b/docs/shipping/AWS/aws-lambda-extension-go.md @@ -69,7 +69,7 @@ The `collector.yaml` file will have the following configuration: receivers: otlp: protocols: - grpc: + http/protobuf: endpoint: "0.0.0.0:4317" http: endpoint: "0.0.0.0:4318" diff --git a/docs/shipping/AWS/aws-lambda-extension-node.md b/docs/shipping/AWS/aws-lambda-extension-node.md index 939ce998..1f4f3ba8 100644 --- a/docs/shipping/AWS/aws-lambda-extension-node.md +++ b/docs/shipping/AWS/aws-lambda-extension-node.md @@ -69,7 +69,7 @@ The `collector.yaml` file will have the following configuration: receivers: otlp: protocols: - grpc: + http/protobuf: endpoint: "0.0.0.0:4317" http: endpoint: "0.0.0.0:4318" diff --git a/docs/shipping/App360/App360.md b/docs/shipping/App360/App360.md index ecfc31f1..161fa9bf 100644 --- a/docs/shipping/App360/App360.md +++ b/docs/shipping/App360/App360.md @@ -75,7 +75,7 @@ After setting up the collector, create a configuration file `config.yaml` with t receivers: otlp: protocols: - grpc: + http/protobuf: endpoint: "0.0.0.0:4317" http: endpoint: "0.0.0.0:4318" diff --git a/docs/shipping/Code/python.md b/docs/shipping/Code/python.md index fb1c52d1..e52d7bea 100644 --- a/docs/shipping/Code/python.md +++ b/docs/shipping/Code/python.md @@ -700,7 +700,7 @@ Add `collector.yaml` at the root of your lambda function: receivers: otlp: protocols: - grpc: + http/protobuf: http: exporters: @@ -1150,7 +1150,7 @@ Create a `config.yaml` file with the following content: receivers: otlp: protocols: - grpc: + http/protobuf: endpoint: "0.0.0.0:4317" http: endpoint: "0.0.0.0:4318" @@ -1240,7 +1240,7 @@ An example configuration file: receivers: otlp: protocols: - grpc: + http/protobuf: http: exporters: diff --git a/docs/shipping/Other/jaeger.md b/docs/shipping/Other/jaeger.md index cdef2cbc..21b99a1f 100644 --- a/docs/shipping/Other/jaeger.md +++ b/docs/shipping/Other/jaeger.md @@ -55,7 +55,7 @@ receivers: endpoint: "0.0.0.0:6831" thrift_binary: endpoint: "0.0.0.0:6832" - grpc: + http/protobuf: endpoint: "0.0.0.0:14250" thrift_http: endpoint: "0.0.0.0:14268" diff --git a/docs/user-guide/distributed-tracing/troubleshooting/otel-troubleshooting.md b/docs/user-guide/distributed-tracing/troubleshooting/otel-troubleshooting.md index 4abdd75b..ff47af1a 100644 --- a/docs/user-guide/distributed-tracing/troubleshooting/otel-troubleshooting.md +++ b/docs/user-guide/distributed-tracing/troubleshooting/otel-troubleshooting.md @@ -40,7 +40,7 @@ If the collector is installed, it may not have the correct endpoint configured f endpoint: "0.0.0.0:6831" thrift_binary: endpoint: "0.0.0.0:6832" - grpc: + http/protobuf: endpoint: "0.0.0.0:14250" thrift_http: endpoint: "0.0.0.0:14268" @@ -48,7 +48,7 @@ If the collector is installed, it may not have the correct endpoint configured f endpoint: "0.0.0.0:55678" otlp: protocols: - grpc: + http/protobuf: endpoint: "0.0.0.0:4317" http: endpoint: "0.0.0.0:4318" @@ -90,7 +90,7 @@ The correct endpoints are: endpoint: "<>:6831" thrift_binary: endpoint: "<>:6832" - grpc: + http/protobuf: endpoint: "<>:14250" thrift_http: endpoint: "<>:14268" @@ -98,7 +98,7 @@ The correct endpoints are: endpoint: "<>:55678" otlp: protocols: - grpc: + http/protobuf: endpoint: "<>:4317" http: endpoint: "<>:4318/v1/traces"