Skip to content

Commit

Permalink
Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
mrblonde91 committed Jan 17, 2023
1 parent 3f9c489 commit a5de9cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ release.
- Remove spaces from example exporter User-Agent header to conform to RFC7231 & RFC7230.
[#3052](https:/open-telemetry/opentelemetry-specification/pull/3052)

- Add Cloud Spanner and Microsoft Sql to db.system semantic conventions.
[#3052](https:/open-telemetry/opentelemetry-specification/pull/3105)
- Add Cloud Spanner and Microsoft SQL Server Compact to db.system semantic conventions.
[#3105](https:/open-telemetry/opentelemetry-specification/pull/3105)

### Context

Expand Down
16 changes: 10 additions & 6 deletions specification/trace/semantic_conventions/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@

<!-- toc -->

- [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)

<!-- tocstop -->

Expand Down Expand Up @@ -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 |
<!-- endsemconv -->

### Notes and well-known identifiers for `db.system`
Expand Down

0 comments on commit a5de9cb

Please sign in to comment.