From 27dc0fbb45d6bcd9ead29524ff29de4f682e7771 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Sat, 18 Jan 2025 13:41:00 -0800 Subject: [PATCH 1/2] Update link to semconv attribute naming guidance --- specification/common/attribute-naming.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/common/attribute-naming.md b/specification/common/attribute-naming.md index a0e415f4467..05ffb4c2807 100644 --- a/specification/common/attribute-naming.md +++ b/specification/common/attribute-naming.md @@ -1,8 +1,8 @@ # Attribute Naming This page has moved to -[Attribute Naming](https://opentelemetry.io/docs/specs/semconv/general/attribute-naming/). +[Naming](https://opentelemetry.io/docs/specs/semconv/general/naming/). From 47815939833705b8d86cdbbeb50ddd2cf0af012d Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 20 Jan 2025 16:01:36 -0800 Subject: [PATCH 2/2] exclude link that doesn't exist yet --- .lychee.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.lychee.toml b/.lychee.toml index b2845e6aecf..9727f704e38 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -5,6 +5,9 @@ accept = ["200..=299", "403"] exclude = [ # excluding links to pull requests and issues is done for performance "^https://github.com/open-telemetry/opentelemetry-specification/(issue|pull)/\\d+$", + # TODO (trask) remove this exclusion after next semconv release + # see https://github.com/open-telemetry/opentelemetry-specification/pull/4376 + "^https://opentelemetry.io/docs/specs/semconv/general/naming/$", # TODO (trask) look into this "^https://docs.google.com/document/d/1d0afxe3J6bQT-I6UbRXeIYNcTIyBQv4axfjKF4yvAPA/edit" ]