Add Trino to db.system semantic conventions (#3347)
This commit is contained in:
parent
dcd39bf86e
commit
7138e40aec
|
|
@ -166,6 +166,9 @@ groups:
|
||||||
- id: spanner
|
- id: spanner
|
||||||
value: 'spanner'
|
value: 'spanner'
|
||||||
brief: 'Cloud Spanner'
|
brief: 'Cloud Spanner'
|
||||||
|
- id: trino
|
||||||
|
value: 'trino'
|
||||||
|
brief: 'Trino'
|
||||||
- id: connection_string
|
- id: connection_string
|
||||||
tag: connection-level
|
tag: connection-level
|
||||||
type: string
|
type: string
|
||||||
|
|
|
||||||
|
|
@ -121,6 +121,7 @@ Some database systems may allow a connection to switch to a different `db.user`,
|
||||||
| `opensearch` | OpenSearch |
|
| `opensearch` | OpenSearch |
|
||||||
| `clickhouse` | ClickHouse |
|
| `clickhouse` | ClickHouse |
|
||||||
| `spanner` | Cloud Spanner |
|
| `spanner` | Cloud Spanner |
|
||||||
|
| `trino` | Trino |
|
||||||
<!-- endsemconv -->
|
<!-- endsemconv -->
|
||||||
|
|
||||||
### Notes and well-known identifiers for `db.system`
|
### Notes and well-known identifiers for `db.system`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue