From 583f34994b4cf6079c0e549ed781fd56be69e6eb Mon Sep 17 00:00:00 2001 From: Severin Neumann Date: Thu, 11 Jul 2024 15:07:03 +0200 Subject: [PATCH] Remove HTTP 1.1 restriction from Protocol Details --- docs/specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specification.md b/docs/specification.md index efa2c3654..157f0a1ef 100644 --- a/docs/specification.md +++ b/docs/specification.md @@ -72,7 +72,7 @@ OTLP defines the encoding of telemetry data and the protocol used to exchange data between the client and the server. This specification defines how OTLP is implemented over -[gRPC](https://grpc.io/) and HTTP 1.1 transports and specifies +[gRPC](https://grpc.io/) and HTTP transports and specifies [Protocol Buffers schema](https://developers.google.com/protocol-buffers/docs/overview) that is used for the payloads.