Skip to content

Commit

Permalink
Add Cloud Spanner
Browse files Browse the repository at this point in the history
  • Loading branch information
mrblonde91 committed Jan 16, 2023
1 parent b45fa5e commit 776cdd9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
3 changes: 3 additions & 0 deletions semantic_conventions/trace/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ groups:
- id: clickhouse
value: 'clickhouse'
brief: 'ClickHouse'
- id: spanner
value: 'spanner'
brief: 'Cloud Spanner'
- id: connection_string
tag: connection-level
type: string
Expand Down
15 changes: 5 additions & 10 deletions specification/trace/semantic_conventions/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,10 @@

<!-- toc -->

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

<!-- tocstop -->

Expand Down Expand Up @@ -117,6 +111,7 @@ Some database systems may allow a connection to switch to a different `db.user`,
| `cockroachdb` | CockroachDB |
| `opensearch` | OpenSearch |
| `clickhouse` | ClickHouse |
| `spanner` | Cloud Spanner |
<!-- endsemconv -->

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

0 comments on commit 776cdd9

Please sign in to comment.