From 5d7e48746a1f01059b86bc59f62c4daa09f86903 Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Thu, 15 Feb 2024 10:41:03 -0800 Subject: [PATCH] [chore] Move GraphQL out of database folder/semconv (#736) Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com> --- docs/README.md | 1 + docs/database/README.md | 1 - docs/database/database-spans.md | 1 - docs/{database/graphql.md => graphql/graphql-spans.md} | 0 4 files changed, 1 insertion(+), 2 deletions(-) rename docs/{database/graphql.md => graphql/graphql-spans.md} (100%) diff --git a/docs/README.md b/docs/README.md index e15b61dfaa..1dfe42baf3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -27,6 +27,7 @@ Semantic Conventions are defined for the following areas: * [Exceptions](exceptions/README.md): Semantic Conventions for exceptions. * [FaaS](faas/README.md): Semantic Conventions for Function as a Service (FaaS) operations. * [Feature Flags](feature-flags/README.md): Semantic Conventions for feature flag evaluations. +* [GraphQL](graphql/graphql-spans.md): Semantic Conventions for GraphQL implementations. * [HTTP](http/README.md): Semantic Conventions for HTTP client and server operations. * [Messaging](messaging/README.md): Semantic Conventions for messaging operations and systems. * [Object Stores](object-stores/README.md): Semantic Conventions for object stores operations. diff --git a/docs/database/README.md b/docs/database/README.md index ab5bc2658a..ff0b546d8b 100644 --- a/docs/database/README.md +++ b/docs/database/README.md @@ -31,7 +31,6 @@ Technology specific semantic conventions are defined for the following databases * [Cosmos DB](cosmosdb.md): Semantic Conventions for *Microsoft Cosmos DB*. * [CouchDB](couchdb.md): Semantic Conventions for *CouchDB*. * [Elasticsearch](elasticsearch.md): Semantic Conventions for *Elasticsearch*. -* [GraphQL](graphql.md): Semantic Conventions for *GraphQL Server*. * [HBase](hbase.md): Semantic Conventions for *HBase*. * [MongoDB](mongodb.md): Semantic Conventions for *MongoDB*. * [MSSQL](mssql.md): Semantic Conventions for *MSSQL*. diff --git a/docs/database/database-spans.md b/docs/database/database-spans.md index 50ff735718..d5c2e54d32 100644 --- a/docs/database/database-spans.md +++ b/docs/database/database-spans.md @@ -215,7 +215,6 @@ More specific Semantic Conventions are defined for the following database techno * [Cosmos DB](cosmosdb.md): Semantic Conventions for *Microsoft Cosmos DB*. * [CouchDB](couchdb.md): Semantic Conventions for *CouchDB*. * [Elasticsearch](elasticsearch.md): Semantic Conventions for *Elasticsearch*. -* [GraphQL](graphql.md): Semantic Conventions for *GraphQL Server*. * [HBase](hbase.md): Semantic Conventions for *HBase*. * [MongoDB](mongodb.md): Semantic Conventions for *MongoDB*. * [MSSQL](mssql.md): Semantic Conventions for *MSSQL*. diff --git a/docs/database/graphql.md b/docs/graphql/graphql-spans.md similarity index 100% rename from docs/database/graphql.md rename to docs/graphql/graphql-spans.md