Skip to content

Commit cd0d27c

Browse files
opentelemetrybotchalin
authored andcommitted
Update opentelemetry-specification version to v1.46.0 (open-telemetry#6952)
Co-authored-by: Patrice Chalin <pchalin@gmail.com>
1 parent c028fda commit cd0d27c

10 files changed

Lines changed: 31 additions & 14 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[submodule "content-modules/opentelemetry-specification"]
99
path = content-modules/opentelemetry-specification
1010
url = https://github.com/open-telemetry/opentelemetry-specification.git
11-
spec-pin = v1.45.0
11+
spec-pin = v1.46.0
1212
[submodule "content-modules/community"]
1313
path = content-modules/community
1414
url = https://github.com/open-telemetry/community

.htmltest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,7 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
9797
# Temporary until
9898
# https://github.com/open-telemetry/opentelemetry.io/issues/6237 is resolved
9999
- ^https://github.com/open-telemetry/opentelemetry-operator/blob/main/docs/api.md#
100+
101+
# Temporary until
102+
# https://github.com/open-telemetry/opentelemetry-specification/pull/4554 is resolved
103+
- ^/docs/specs/semconv/attributes-registry/process/#process-attributes

.warnings-skip-list.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
_filename-error
22
The following package was not found and will be installed
3+
# Temporary until the spec is updated to v1.147+:
4+
specification/profiles/mappings.md: cannot resolve spec link reference '/docs/specs/semconv/attributes-registry/process/#process-attributes'

content/en/docs/concepts/instrumentation-scope/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Instrumentation scope
33
weight: 80
44
---
55

6-
The [Instrumentation scope](/docs/specs/otel/glossary/#instrumentation-scope)
6+
The [Instrumentation scope](/docs/specs/otel/common/instrumentation-scope/)
77
represents a logical unit within the application code with which the emitted
88
telemetry can be associated.
99

content/ja/docs/concepts/instrumentation-scope/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: 計装スコープ
33
weight: 80
4-
default_lang_commit: 825b6e2
4+
default_lang_commit: 825b6e2 # patched
55
---
66

7-
[計装スコープ](/docs/specs/otel/glossary/#instrumentation-scope)は、送出されたテレメトリーを関連付けられるアプリケーションコード内の論理ユニットを表します。
7+
[計装スコープ](/docs/specs/otel/common/instrumentation-scope/)は、送出されたテレメトリーを関連付けられるアプリケーションコード内の論理ユニットを表します。
88

99
開発者は、妥当な計装スコープを決定できます。
1010
たとえば、モジュール、パッケージ、クラスを計装スコープとして選択できます。

content/pt/docs/concepts/instrumentation-scope/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Escopo de instrumentação
33
weight: 80
4-
default_lang_commit: 2f34c456ab38b4d3502cd07bc36fa1455d4ef875
4+
default_lang_commit: 2f34c456ab38b4d3502cd07bc36fa1455d4ef875 # patched
55
---
66

7-
O [escopo de instrumentação](/docs/specs/otel/glossary/#instrumentation-scope)
7+
O [escopo de instrumentação](/docs/specs/otel/common/instrumentation-scope/)
88
representa uma unidade lógica dentro do código da aplicação com a qual a
99
telemetria emitida pode ser associada.
1010

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"fix": "npm run all -- $(npm -s run _list:fix:*)",
8585
"format": "npm run _check:format -- --write && npm run _check:format:ja+zh -- --write",
8686
"get:submodule": "npm run _get:${GET:-submodule} --",
87+
"log:build": "npm run build 2>&1 | tee tmp/build-log.txt",
8788
"log:check:links": "npm run check:links 2>&1 | tee tmp/build-log.txt",
8889
"log:test-and-fix": "npm run test-and-fix 2>&1 | tee tmp/build-log.txt",
8990
"make:public": "make public ls-public",

scripts/content-modules/adjust-pages.pl

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ ($$$)
9595
return 0;
9696
}
9797

98-
sub patchSpec_because_of_SemConv_AttrRegRefactoring() {
99-
return unless $ARGV =~ /^tmp\/otel\/specification\//
100-
&& applyPatchOrPrintMsgIf('2025-05-13-attribute-registry-refactoring', 'spec', '1.45.0-dev');
98+
# sub patchSpec_because_of_SemConv_AttrRegRefactoring() {
99+
# return unless $ARGV =~ /^tmp\/otel\/specification\//
100+
# && applyPatchOrPrintMsgIf('2025-05-13-attribute-registry-refactoring', 'spec', '1.45.0-dev');
101101

102-
s|/attributes-registry/|/registry/attributes/|g;
103-
}
102+
# s|/attributes-registry/|/registry/attributes/|g;
103+
# }
104104

105105
sub getVersFromSubmodule() {
106106
my %repoNames = qw(
@@ -190,8 +190,6 @@ ()
190190
s|(\]\()/specification/|$1$specBasePath/otel/)|;
191191
s|\.\./specification/(.*?\))|../otel/$1|g if $ARGV =~ /otel\/specification/;
192192

193-
patchSpec_because_of_SemConv_AttrRegRefactoring();
194-
195193
# Match markdown inline links or link definitions to OTel spec pages: "[...](URL)" or "[...]: URL"
196194
s|(\]:\s+\|\()https://github.com/open-telemetry/opentelemetry-specification/\w+/(main\|v$otelSpecVers)/specification(.*?\)?)|$1$specBasePath/otel$3|;
197195

static/refcache.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10983,6 +10983,10 @@
1098310983
"StatusCode": 206,
1098410984
"LastSeen": "2025-01-17T16:52:08.286978-05:00"
1098510985
},
10986+
"https://github.com/open-telemetry/opentelemetry-specification/tree/main/specification/common/instrumentation-scope.md": {
10987+
"StatusCode": 206,
10988+
"LastSeen": "2025-06-09T21:09:21.297528-04:00"
10989+
},
1098610990
"https://github.com/open-telemetry/opentelemetry-specification/tree/main/specification/common/mapping-to-non-otlp.md": {
1098710991
"StatusCode": 206,
1098810992
"LastSeen": "2025-01-17T16:52:12.200641-05:00"
@@ -13871,6 +13875,14 @@
1387113875
"StatusCode": 200,
1387213876
"LastSeen": "2025-02-06T02:21:12.345Z"
1387313877
},
13878+
"https://github.com/prometheus/docs/blob/main/docs/instrumenting/exposition_formats.md": {
13879+
"StatusCode": 206,
13880+
"LastSeen": "2025-06-05T10:38:34.828266434Z"
13881+
},
13882+
"https://github.com/prometheus/docs/blob/main/docs/instrumenting/exposition_formats.md#text-based-format": {
13883+
"StatusCode": 206,
13884+
"LastSeen": "2025-06-05T10:38:38.399428492Z"
13885+
},
1387413886
"https://github.com/prometheus/docs/blob/master/content/docs/instrumenting/exposition_formats.md": {
1387513887
"StatusCode": 206,
1387613888
"LastSeen": "2025-01-16T13:35:16.035724-05:00"

0 commit comments

Comments
 (0)