diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c8fda8ee12..fd46eb80347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,8 @@ release. - Stabilize key components of `service.*` and `telemetry.sdk.*` resource semantic conventions. ([#3202](https://github.com/open-telemetry/opentelemetry-specification/pull/3202)) +- 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 af9ed4c3cb1..e89f5eadf3c 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 b3da889e4be..22705196e3e 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`