From 844c8bfaac64f9580c410db81beafa530a665e87 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 11 May 2023 12:35:55 -0400 Subject: [PATCH] Move examples into an example folder (#472) Co-authored-by: Armin Ruech --- {specification/otlp-json-examples => examples}/README.md | 0 {specification/otlp-json-examples => examples}/logs.json | 0 {specification/otlp-json-examples => examples}/metrics.json | 0 {specification/otlp-json-examples => examples}/trace.json | 0 specification/otlp.md | 2 +- 5 files changed, 1 insertion(+), 1 deletion(-) rename {specification/otlp-json-examples => examples}/README.md (100%) rename {specification/otlp-json-examples => examples}/logs.json (100%) rename {specification/otlp-json-examples => examples}/metrics.json (100%) rename {specification/otlp-json-examples => examples}/trace.json (100%) diff --git a/specification/otlp-json-examples/README.md b/examples/README.md similarity index 100% rename from specification/otlp-json-examples/README.md rename to examples/README.md diff --git a/specification/otlp-json-examples/logs.json b/examples/logs.json similarity index 100% rename from specification/otlp-json-examples/logs.json rename to examples/logs.json diff --git a/specification/otlp-json-examples/metrics.json b/examples/metrics.json similarity index 100% rename from specification/otlp-json-examples/metrics.json rename to examples/metrics.json diff --git a/specification/otlp-json-examples/trace.json b/examples/trace.json similarity index 100% rename from specification/otlp-json-examples/trace.json rename to examples/trace.json diff --git a/specification/otlp.md b/specification/otlp.md index 47910dc35..27f433a39 100644 --- a/specification/otlp.md +++ b/specification/otlp.md @@ -422,7 +422,7 @@ numbers or strings are accepted when decoding. The client and the server MUST set "Content-Type: application/json" request and response headers when sending JSON Protobuf encoded payload. -For JSON payload examples see: [OTLP JSON request examples](otlp-json-examples/README.md) +For JSON payload examples see: [OTLP JSON request examples](../examples/README.md) #### OTLP/HTTP Request