Skip to content

Commit

Permalink
Add mssql compact
Browse files Browse the repository at this point in the history
  • Loading branch information
mrblonde91 committed Jan 17, 2023
1 parent 776cdd9 commit dced025
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ 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 Server Compact to db.system semantic conventions.
[#3105](https://github.com/open-telemetry/opentelemetry-specification/pull/3105)

### Context

### Traces
Expand Down
3 changes: 3 additions & 0 deletions semantic_conventions/trace/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ groups:
- id: spanner
value: 'spanner'
brief: 'Cloud Spanner'
- id: mssqlcompact
value: 'mssqlcompact'
brief: 'Microsoft SQL Server Compact'
- id: connection_string
tag: connection-level
type: string
Expand Down
15 changes: 11 additions & 4 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 @@ -112,6 +118,7 @@ Some database systems may allow a connection to switch to a different `db.user`,
| `opensearch` | OpenSearch |
| `clickhouse` | ClickHouse |
| `spanner` | Cloud Spanner |
| `mssqlcompact` | Microsoft SQL Server Compact |
<!-- endsemconv -->

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

0 comments on commit dced025

Please sign in to comment.