From 563958cb2bd8529990f19fdce7a5f3643bf63091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Thu, 19 Oct 2023 15:59:29 +0200 Subject: [PATCH] [chore] protocol/exporter: Remove old reference (#3728) --- specification/protocol/exporter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/protocol/exporter.md b/specification/protocol/exporter.md index 136ee20140f..a7d5a02fa21 100644 --- a/specification/protocol/exporter.md +++ b/specification/protocol/exporter.md @@ -143,7 +143,7 @@ The `OTEL_EXPORTER_OTLP_PROTOCOL`, `OTEL_EXPORTER_OTLP_TRACES_PROTOCOL`, and `OT - `http/protobuf` for protobuf-encoded data over HTTP connection - `http/json` for JSON-encoded data over HTTP connection -**[2]**: SDKs SHOULD support both `grpc` and `http/protobuf` transports and MUST +SDKs SHOULD support both `grpc` and `http/protobuf` transports and MUST support at least one of them. If they support only one, it SHOULD be `http/protobuf`. They also MAY support `http/json`.