diff --git a/CHANGELOG.md b/CHANGELOG.md index fbd2674d52d..1703d1a6b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -719,6 +719,8 @@ release. ([#2605](https://github.com/open-telemetry/opentelemetry-specification/pull/2605)). - Add semantic conventions for hardware metrics ([#2518](https://github.com/open-telemetry/opentelemetry-specification/pull/2518)). +- Add Trino to Database specific conventions + ([#3347](https://github.com/open-telemetry/opentelemetry-specification/pull/3347)). ### Compatibility diff --git a/semantic_conventions/trace/database.yaml b/semantic_conventions/trace/database.yaml index 36c4c31f168..e0e2eaaa0d1 100644 --- a/semantic_conventions/trace/database.yaml +++ b/semantic_conventions/trace/database.yaml @@ -166,6 +166,9 @@ groups: - id: spanner value: 'spanner' brief: 'Cloud Spanner' + - id: trino + value: 'trino' + brief: 'Trino' - id: connection_string tag: connection-level type: string diff --git a/specification/trace/semantic_conventions/database.md b/specification/trace/semantic_conventions/database.md index 9d3f0e46672..db3d014472e 100644 --- a/specification/trace/semantic_conventions/database.md +++ b/specification/trace/semantic_conventions/database.md @@ -121,6 +121,7 @@ Some database systems may allow a connection to switch to a different `db.user`, | `opensearch` | OpenSearch | | `clickhouse` | ClickHouse | | `spanner` | Cloud Spanner | +| `trino` | Trino | ### Notes and well-known identifiers for `db.system`