From a5de9cbe9101bba03ab05ba4ba4620950f8b9a64 Mon Sep 17 00:00:00 2001 From: Michael Murphy <5879863+mrblonde91@users.noreply.github.com> Date: Tue, 17 Jan 2023 09:16:15 +0000 Subject: [PATCH] Revert change --- CHANGELOG.md | 4 ++-- .../trace/semantic_conventions/database.md | 16 ++++++++++------ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 788aefd8ccf..c94e7f322f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,8 @@ release. - Remove spaces from example exporter User-Agent header to conform to RFC7231 & RFC7230. [#3052](https://github.com/open-telemetry/opentelemetry-specification/pull/3052) -- Add Cloud Spanner and Microsoft Sql to db.system semantic conventions. - [#3052](https://github.com/open-telemetry/opentelemetry-specification/pull/3105) +- Add Cloud Spanner and Microsoft SQL Server Compact to db.system semantic conventions. + [#3105](https://github.com/open-telemetry/opentelemetry-specification/pull/3105) ### Context diff --git a/specification/trace/semantic_conventions/database.md b/specification/trace/semantic_conventions/database.md index b36f374cb2b..7349bbf6dd5 100644 --- a/specification/trace/semantic_conventions/database.md +++ b/specification/trace/semantic_conventions/database.md @@ -6,10 +6,16 @@ -- [Semantic conventions for database client calls](#semantic-conventions-for-database-client-calls) - - [Connection-level attributes](#connection-level-attributes) - - [Call-level attributes](#call-level-attributes) - - [Examples](#examples) +- [Connection-level attributes](#connection-level-attributes) + * [Notes and well-known identifiers for `db.system`](#notes-and-well-known-identifiers-for-dbsystem) + * [Connection-level attributes for specific technologies](#connection-level-attributes-for-specific-technologies) +- [Call-level attributes](#call-level-attributes) + * [Call-level attributes for specific technologies](#call-level-attributes-for-specific-technologies) + + [Cassandra](#cassandra) +- [Examples](#examples) + * [MySQL](#mysql) + * [Redis](#redis) + * [MongoDB](#mongodb) @@ -111,8 +117,6 @@ Some database systems may allow a connection to switch to a different `db.user`, | `cockroachdb` | CockroachDB | | `opensearch` | OpenSearch | | `clickhouse` | ClickHouse | -| `spanner` | Cloud Spanner | -| `mssqlcompact` | Microsoft SQL Server | ### Notes and well-known identifiers for `db.system`