@contrail/telemetry 2.1.0-alpha-otel-query-params.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ All notable changes to `@contrail/telemetry` are documented here.
5
5
  Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
  Versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [Unreleased]
9
+
10
+ ## [2.1.0] - 2026-04-29
11
+
12
+ ### Added
13
+
14
+ - **`ATTR_CONTRAIL_BOARD_ID` and `ATTR_CONTRAIL_DOCUMENT_ID` constants** — Namespaced (`contrail.board.id`, `contrail.document.id`) for use as span attributes when instrumenting board/document operations. Enables grouping and filtering traces by entity ID in observability tooling.
15
+
8
16
  ## [2.0.11] - 2026-04-24
9
17
 
10
18
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/telemetry",
3
- "version": "2.1.0-alpha-otel-query-params.0",
3
+ "version": "2.1.0",
4
4
  "description": "Telemetry and monitoring utilities for contrail services",
5
5
  "main": "lib/index.js",
6
6
  "browser": "lib/index.browser.js",