From 1cf72e59134ed82f9a74b331a17f7fcbfe797c44 Mon Sep 17 00:00:00 2001 From: Armin Ruech Date: Tue, 7 Apr 2020 09:01:34 +0200 Subject: [PATCH] Move file after directories were restructured upstream --- specification/trace/semantic_conventions/README.md | 2 +- .../semantic_conventions/messaging.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename specification/{data-messaging.md => trace/semantic_conventions/messaging.md} (100%) diff --git a/specification/trace/semantic_conventions/README.md b/specification/trace/semantic_conventions/README.md index 14bf5c06631..312b0f008e4 100644 --- a/specification/trace/semantic_conventions/README.md +++ b/specification/trace/semantic_conventions/README.md @@ -16,5 +16,5 @@ The following semantic conventions for spans are defined: * [HTTP](http.md): Spans for HTTP client and server. * [Database](database.md): Spans for SQL and NoSQL client calls. * [RPC/RMI](rpc.md): Spans for remote procedure calls (e.g., gRPC). -* [Messaging](../data-messaging.md): Spans for interaction with messaging systems (queues, publish/subscribe, etc.). +* [Messaging](messaging.md): Spans for interaction with messaging systems (queues, publish/subscribe, etc.). * [General](span-general.md): General semantic attributes that may be used in describing different kinds of operations. diff --git a/specification/data-messaging.md b/specification/trace/semantic_conventions/messaging.md similarity index 100% rename from specification/data-messaging.md rename to specification/trace/semantic_conventions/messaging.md