From e1af36aa9c0c89a82c2d1c68bcdfa83c7d1b2edc Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Tue, 26 Mar 2024 15:04:13 -0400 Subject: [PATCH] Remove data include for abstract --- index.html | 5 ++++- spec/01-abstract.md | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 spec/01-abstract.md diff --git a/index.html b/index.html index a9ab8192..8c0764b1 100644 --- a/index.html +++ b/index.html @@ -90,7 +90,10 @@ -
+
+ This specification defines standard HTTP headers and a value format to propagate context information that enables distributed tracing scenarios. The specification standardizes how context information is sent and modified between services. Context information uniquely identifies individual requests in a distributed system and also defines a means to add and propagate provider-specific context information. +
+
diff --git a/spec/01-abstract.md b/spec/01-abstract.md deleted file mode 100644 index 75e3c722..00000000 --- a/spec/01-abstract.md +++ /dev/null @@ -1 +0,0 @@ -This specification defines standard HTTP headers and a value format to propagate context information that enables distributed tracing scenarios. The specification standardizes how context information is sent and modified between services. Context information uniquely identifies individual requests in a distributed system and also defines a means to add and propagate provider-specific context information.