Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
25288e0
Update semconv submodule to v1.38.0-5-g57af184a
otelbot[bot] Nov 1, 2025
bba5004
Update semconv submodule to v1.38.0-14-g1540bf89
otelbot[bot] Nov 4, 2025
0b800f5
Update semconv submodule to v1.38.0-15-ga85e13b2
otelbot[bot] Nov 6, 2025
07fde99
Update refcache
otelbot[bot] Nov 6, 2025
062184a
Update semconv submodule to v1.38.0-17-g65f5c612
otelbot[bot] Nov 7, 2025
892c64b
Update semconv submodule to v1.38.0-21-g90256e66
otelbot[bot] Nov 12, 2025
40faba2
Update refcache
otelbot[bot] Nov 12, 2025
d7e1bd4
Update semconv submodule to v1.38.0-22-ga2559284
otelbot[bot] Nov 14, 2025
9a69316
Update semconv submodule to v1.38.0-24-gceb111fc
otelbot[bot] Nov 15, 2025
219af40
Update semconv submodule to v1.38.0-29-gcfbac6a8
otelbot[bot] Nov 18, 2025
b5649d1
Update refcache
otelbot[bot] Nov 18, 2025
e6c7d59
Update semconv submodule to v1.38.0-31-ga56b2dd8
otelbot[bot] Nov 19, 2025
c463d8a
Update semconv submodule to v1.38.0-34-gd48be431
otelbot[bot] Nov 20, 2025
129d84a
Update semconv submodule to v1.38.0-36-g41007475
otelbot[bot] Nov 21, 2025
bd5ec9d
Update semconv submodule to v1.38.0-38-gd79f2051
otelbot[bot] Nov 22, 2025
bb8961b
Update refcache
otelbot[bot] Nov 22, 2025
1c8e69b
Update semconv submodule to v1.38.0-39-g2e687561
otelbot[bot] Nov 23, 2025
3d118be
Update refcache
otelbot[bot] Nov 23, 2025
67ec7c1
Update semconv submodule to v1.38.0-47-g3c862f05
otelbot[bot] Nov 25, 2025
78ae7c6
Update semconv submodule to v1.38.0-53-gffd43585
otelbot[bot] Nov 26, 2025
7808afc
fix(semconv): update database semantic conventions link for blog posts
vitorvasc Nov 26, 2025
9a0c2e2
fix(blog): update database operations link to point to spans document…
vitorvasc Nov 26, 2025
d2ad506
revert(semconv): revert updated link for semantic conventions under p…
vitorvasc Nov 26, 2025
1f6488c
Fix format
chalin Nov 26, 2025
2e45490
Update semantic-conventions to v1.38.0-58-g64c5c9a9
chalin Nov 26, 2025
8474270
Fix paths in OTel.io pages, create adjust-pages patch for OTel spec
chalin Nov 26, 2025
2246286
chore(semconv): update to fork commit b15478b8
vitorvasc Nov 27, 2025
c004002
chore(semconv): update subproject commit to 596ab0ac4
vitorvasc Nov 27, 2025
bb16f13
chore(semconv): update subproject commit to 6127bb5fa
vitorvasc Nov 27, 2025
88c0463
chore(semconv): update semantic-conventions submodule URL and pin ver…
vitorvasc Nov 27, 2025
a221d21
chore(semconv): update subproject commit to 60f849ebc
vitorvasc Nov 27, 2025
d5f189d
Update semconv submodule to v1.38.0-58-g64c5c9a9
otelbot[bot] Nov 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[submodule "content-modules/semantic-conventions"]
path = content-modules/semantic-conventions
url = https://github.com/open-telemetry/semantic-conventions
semconv-pin = v1.38.0
semconv-pin = v1.38.0-58-g64c5c9a9
[submodule "content-modules/opamp-spec"]
path = content-modules/opamp-spec
url = https://github.com/open-telemetry/opamp-spec
Expand Down
2 changes: 1 addition & 1 deletion content-modules/semantic-conventions
2 changes: 1 addition & 1 deletion content/en/docs/languages/python/propagation.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ This supports context propagation between database client and server when
database log records are enabled. For more information, see:

- [OpenTelemetry Python sqlcommenter example](https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples/sqlcommenter/)
- [Semantic Conventions - Database Spans](/docs/specs/semconv/database/database-spans/#sql-commenter)
- [Semantic Conventions - Database Spans](/docs/specs/semconv/db/database-spans/#sql-commenter)
- [sqlcommenter](https://google.github.io/sqlcommenter/)

## Next steps
Expand Down
8 changes: 4 additions & 4 deletions content/en/docs/zero-code/java/agent/supported-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ view execution. See
**[6]** Database client metrics are available for those who opt-in to
[semantic convention stability](/docs/specs/semconv/non-normative/db-migration/).

[Elasticsearch Client Spans]: /docs/specs/semconv/database/elasticsearch/
[Elasticsearch Client Spans]: /docs/specs/semconv/db/elasticsearch/
[HTTP Server Spans]: /docs/specs/semconv/http/http-spans/#http-server
[HTTP Client Spans]: /docs/specs/semconv/http/http-spans/#http-client-span
[HTTP Server Metrics]: /docs/specs/semconv/http/http-metrics/#http-server
Expand All @@ -194,9 +194,9 @@ view execution. See
[RPC Server Metrics]: /docs/specs/semconv/rpc/rpc-metrics/#rpc-server
[RPC Client Metrics]: /docs/specs/semconv/rpc/rpc-metrics/#rpc-client
[Messaging Spans]: /docs/specs/semconv/messaging/messaging-spans/
[Database Client Spans]: /docs/specs/semconv/database/database-spans/
[Database Client Metrics]: /docs/specs/semconv/database/database-metrics/
[Database Pool Metrics]: /docs/specs/semconv/database/database-metrics/
[Database Client Spans]: /docs/specs/semconv/db/database-spans/
[Database Client Metrics]: /docs/specs/semconv/db/database-metrics/
[Database Pool Metrics]: /docs/specs/semconv/db/database-metrics/
[JVM Runtime Metrics]: /docs/specs/semconv/runtime/jvm-metrics/
[System Metrics]: /docs/specs/semconv/system/system-metrics/
[GraphQL Server Spans]: /docs/specs/semconv/graphql/graphql-spans/
Expand Down
10 changes: 5 additions & 5 deletions content/zh/docs/zero-code/java/agent/supported-libraries.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 支持的库
linkTitle: 支持的库
default_lang_commit: 1fe3f355b66260860b47b6cd79c768fd27402334
default_lang_commit: 1fe3f355b66260860b47b6cd79c768fd27402334 # patched
drifted_from_default: true
weight: 11
# prettier-ignore
Expand Down Expand Up @@ -173,7 +173,7 @@ Java 代理开箱即用地对许多库、框架和应用服务器进行自动插

**[6]** 数据库客户端指标适用于选择加入[语义约定稳定性](/docs/specs/semconv/non-normative/db-migration/)的用户。

[Elasticsearch Client Spans]: /docs/specs/semconv/database/elasticsearch/
[Elasticsearch Client Spans]: /docs/specs/semconv/db/elasticsearch/
[HTTP Server Spans]: /docs/specs/semconv/http/http-spans/#http-server
[HTTP Client Spans]: /docs/specs/semconv/http/http-spans/#http-client-span
[HTTP Server Metrics]: /docs/specs/semconv/http/http-metrics/#http-server
Expand All @@ -183,9 +183,9 @@ Java 代理开箱即用地对许多库、框架和应用服务器进行自动插
[RPC Server Metrics]: /docs/specs/semconv/rpc/rpc-metrics/#rpc-server
[RPC Client Metrics]: /docs/specs/semconv/rpc/rpc-metrics/#rpc-client
[Messaging Spans]: /docs/specs/semconv/messaging/messaging-spans/
[Database Client Spans]: /docs/specs/semconv/database/database-spans/
[Database Client Metrics]: /docs/specs/semconv/database/database-metrics/
[Database Pool Metrics]: /docs/specs/semconv/database/database-metrics/
[Database Client Spans]: /docs/specs/semconv/db/database-spans/
[Database Client Metrics]: /docs/specs/semconv/db/database-metrics/
[Database Pool Metrics]: /docs/specs/semconv/db/database-metrics/
[JVM Runtime Metrics]: /docs/specs/semconv/runtime/jvm-metrics/
[System Metrics]: /docs/specs/semconv/system/system-metrics/
[GraphQL Server Spans]: /docs/specs/semconv/graphql/graphql-spans/
Expand Down
42 changes: 42 additions & 0 deletions scripts/content-modules/adjust-pages.pl
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,33 @@ ($$$)
return 0;
}

# Keep the following as a template:
# sub patchSpec_because_of_SemConv_DockerAPIVersions() {
# return unless
# # Restrict the patch to the proper spec, and section or file:
# $ARGV =~ m|^tmp/semconv/docs/|
# &&
# # Call helper function that will cause the function to return early if the
# # current version of the named spec (arg 2) is greater than the target
# # version (arg 3). The first argument is a unique id that will be printed if
# # the patch is outdated. Otherwise, if the patch is still relevant we fall
# # through to the body of this patch function.
# applyPatchOrPrintMsgIf('2025-11-21-docker-api-versions', 'semconv', '1.39.0-dev');

# # Give infor about the patch:
# #
# # For the problematic links, see:
# # https://github.com/open-telemetry/semantic-conventions/issues/3103
# #
# # Replace older Docker API versions with the latest one like in:
# # https://github.com/open-telemetry/semantic-conventions/pull/3093

# # This is the actual regex-based patch code:
# s{
# (https://docs.docker.com/reference/api/engine/version)/v1.(43|51)/(\#tag/)
# }{$1/v1.52/$3}gx;
# }

sub patchSpec_because_of_SemConv_DockerAPIVersions() {
return unless
# Restrict the patch to the proper spec, and section or file:
Expand All @@ -121,6 +148,19 @@ ()
}{$1/v1.52/$3}gx;
}

sub patchSpec_because_of_SemConv_DatabaseRenamedToDb() {
return unless
# Restrict the patch to the proper spec, and section or file:
# Note that here we replace links into semconv from the spec
$ARGV =~ m|^tmp/otel/specification/|
&& applyPatchOrPrintMsgIf('2025-11-26-database-section-renamed-to-db', 'semconv', '1.39.0-dev');

# Give infor about the patch, see:
# https://github.com/open-telemetry/opentelemetry.io/pull/8311#issue-3577941378

s|(/semconv)/database(/database-)|$1/db$2|g;
}

sub getVersFromSubmodule() {
my %repoNames = qw(
otlp opentelemetry-proto
Expand Down Expand Up @@ -244,6 +284,8 @@ ()
)
}{$otelSpecRepoUrl/tree/v$otelSpecVers/$2}gx;

patchSpec_because_of_SemConv_DatabaseRenamedToDb();

s|\.\./((?:examples/)?README\.md)|$otlpSpecRepoUrl/tree/v$otlpSpecVers/$1|g if $ARGV =~ /^tmp\/otlp/;

# Make website-local page references local:
Expand Down
30 changes: 27 additions & 3 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -1725,15 +1725,15 @@
},
"https://docs.docker.com/reference/api/engine/version/v1.52/#tag/Container/operation/ContainerInspect": {
"StatusCode": 206,
"LastSeen": "2025-11-21T19:23:12.270468-05:00"
"LastSeen": "2025-11-22T10:35:07.421431357Z"
},
"https://docs.docker.com/reference/api/engine/version/v1.52/#tag/Container/operation/ContainerStats": {
"StatusCode": 206,
"LastSeen": "2025-11-21T19:23:10.059932-05:00"
"LastSeen": "2025-11-22T10:35:08.136468454Z"
},
"https://docs.docker.com/reference/api/engine/version/v1.52/#tag/Image/operation/ImageInspect": {
"StatusCode": 206,
"LastSeen": "2025-11-21T19:23:12.089303-05:00"
"LastSeen": "2025-11-22T10:35:03.363219662Z"
},
"https://docs.dynatrace.com/docs/shortlink/opentelemetry-collector": {
"StatusCode": 206,
Expand Down Expand Up @@ -12087,6 +12087,22 @@
"StatusCode": 206,
"LastSeen": "2025-11-17T18:21:44.827050932Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/blob/v1.51.0/oteps/0232-maturity-of-otel.md": {
"StatusCode": 206,
"LastSeen": "2025-11-18T10:38:03.969991421Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/blob/v1.51.0/spec-compliance-matrix.md#logs": {
"StatusCode": 206,
"LastSeen": "2025-11-18T10:37:46.685425344Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/blob/v1.51.0/specification/logs/api.md#logger": {
"StatusCode": 206,
"LastSeen": "2025-11-18T10:37:46.330840404Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/blob/v1.51.0/specification/logs/data-model.md#type-any": {
"StatusCode": 206,
"LastSeen": "2025-11-18T10:38:05.674928048Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/issues/1413": {
"StatusCode": 206,
"LastSeen": "2025-11-15T09:41:50.553277453Z"
Expand Down Expand Up @@ -13127,6 +13143,10 @@
"StatusCode": 206,
"LastSeen": "2025-11-24T00:07:29.358988122Z"
},
"https://github.com/open-telemetry/semantic-conventions/pull/2984#discussion_r2466369361": {
"StatusCode": 206,
"LastSeen": "2025-11-06T10:37:26.044164511Z"
},
"https://github.com/open-telemetry/semantic-conventions/pull/981": {
"StatusCode": 206,
"LastSeen": "2025-11-15T09:44:24.463691055Z"
Expand Down Expand Up @@ -19943,6 +19963,10 @@
"StatusCode": 200,
"LastSeen": "2025-11-16T09:45:25.747304377Z"
},
"https://uaparser.dev/#demo": {
"StatusCode": 206,
"LastSeen": "2025-11-12T10:37:25.583538393Z"
},
"https://ucum.org/ucum": {
"StatusCode": 200,
"LastSeen": "2025-11-20T09:44:03.961482276Z"
Expand Down