From 2c92d8a0e8770e7411075f8d21e3e493dddf112c Mon Sep 17 00:00:00 2001 From: Armin Ruech Date: Tue, 10 Nov 2020 18:58:52 +0100 Subject: [PATCH] Fix changelog entry for #1141 (#1220) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix changelog entry for #1141 * Apply suggestions from code review Co-authored-by: Christian Neumüller --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66ee5322d27..c0dfeb3401d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,7 +61,7 @@ New: ([#1074](https://github.com/open-telemetry/opentelemetry-specification/pull/1074)) - Add semantic conventions for system metrics ([#937](https://github.com/open-telemetry/opentelemetry-specification/pull/937)) -- Add `db.table` and `db.operation` to semantic conventions +- Add `db.sql.table` to semantic conventions, allow `db.operation` for SQL ([#1141](https://github.com/open-telemetry/opentelemetry-specification/pull/1141)) - Add OTEL_TRACE_SAMPLER env variable definition ([#1136](https://github.com/open-telemetry/opentelemetry-specification/pull/1136/))