diff --git a/index.html b/index.html index a9ab819..8c0764b 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 75e3c72..0000000 --- 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.