From 862361f5bb602e5250803d5c1abc8d0cf4198d49 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 9 Nov 2020 10:06:46 -0800 Subject: [PATCH] Add db.table and db.operation to CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a5c22b08df..974a710377c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,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 ([#1141](https://github.com/open-telemetry/opentelemetry-specification/pull/1141)) Updates: