Update semantic-conventions version to v1.34.0 (#6928)

This commit is contained in:
OpenTelemetry Bot 2025-05-21 12:48:35 -07:00 committed by GitHub
parent 5bbc8ea377
commit 5b82e8f9c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 133 additions and 17 deletions

2
.gitmodules vendored
View File

@ -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.33.0
semconv-pin = v1.34.0
[submodule "content-modules/opamp-spec"]
path = content-modules/opamp-spec
url = https://github.com/open-telemetry/opamp-spec

@ -1 +1 @@
Subproject commit 9e993af31e53177cac4ccda014809ab0b5395835
Subproject commit e96d8de9e807b51fb39d823e1d73be172aa27835

View File

@ -97,7 +97,7 @@ this effort, you can
## Semantic Conventions and Specification
To improve interoperability, the Profiling SIG worked also on
[OpenTelemetry Semantic Conventions for profiling](/docs/specs/semconv/attributes-registry/profile/).
[OpenTelemetry Semantic Conventions for profiling](/docs/specs/semconv/registry/attributes/profile/).
There is also ongoing work to introduce a
[profiling OpenTelemetry specification](https://github.com/open-telemetry/opentelemetry-specification/pull/4197).
This work will continue and should enable wide adoption across different

View File

@ -18,7 +18,7 @@ this language entering the “dictionary” of observability—the
[OpenTelemetry open specification](/docs/specs/otel/). With the recent release
of OpenTelemetrys [Semantic Conventions](/docs/specs/semconv/), v1.27.0, you
can find
[designated attributes for reporting CI/CD pipelines](/docs/specs/semconv/attributes-registry/cicd/).
[designated attributes for reporting CI/CD pipelines](/docs/specs/semconv/registry/attributes/cicd/).
This is the result of the hard work of the
[CI/CD Observability Special Interest Group (SIG) within OpenTelemetry](https://github.com/open-telemetry/community/blob/main/projects/ci-cd.md).
@ -141,7 +141,7 @@ real world examples for two of the namespaces.
### Tracking release revisions from Version Control Systems (VCS)
[Version Control System (VCS) attributes](/docs/specs/semconv/attributes-registry/vcs/)
[Version Control System (VCS) attributes](/docs/specs/semconv/registry/attributes/vcs/)
cover multiple areas common in a VCS like refs and changes (pull/merge
requests). The `vcs.repository.ref.revision` attribute is a key piece of
metadata. As Version Control Systems like GitHub and GitLab emit events, they
@ -156,7 +156,7 @@ calculate Change lead time and Failed deployment recovery time.
### Artifacts for supply chain security, aligned with the SLSA specification
The
[artifact attribute namespace](/docs/specs/semconv/attributes-registry/artifact/)
[artifact attribute namespace](/docs/specs/semconv/registry/attributes/artifact/)
had multiple attributes for its first implementation. One key set of attributes
within this namespace cover [attestations](https://slsa.dev/attestation-model)
that closely align with the [SLSA](https://slsa.dev/spec/v1.0/about) model. This

View File

@ -1534,7 +1534,7 @@ public class NoopUsage {
The [semantic conventions](/docs/specs/semconv/) describe how to collect
telemetry in a standardized way for common operations. This includes an
[attribute registry](/docs/specs/semconv/attributes-registry/), which enumerates
[attribute registry](/docs/specs/semconv/registry/attributes/), which enumerates
definitions for all attributes referenced in the conventions, organized by
domain. The
[semantic-conventions-java](https://github.com/open-telemetry/semantic-conventions-java)

View File

@ -74,7 +74,7 @@ can help manage sensitive data:
The following configuration for the `attribute` processor is hashing the
`user.email` and deleting `user.full_name` from sensitive
[`user`](/docs/specs/semconv/attributes-registry/user/#user-hash) information:
[`user`](/docs/specs/semconv/registry/attributes/user/#user-hash) information:
```yaml
processors:

View File

@ -93,7 +93,7 @@ span link connecting it to the producer trace.
## Capturing enduser attributes
You can configure the agent to capture
[general identity attributes](/docs/specs/semconv/attributes-registry/enduser/)
[general identity attributes](/docs/specs/semconv/registry/attributes/enduser/)
(`enduser.id`, `enduser.role`, `enduser.scope`) from instrumentation libraries
like
[JavaEE/JakartaEE Servlet](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/servlet)

View File

@ -273,8 +273,10 @@ module:
# DO NOT EDIT - semconv autogenerated mounts below this point - DO NOT EDIT
- source: tmp/semconv/docs/README.md
target: content/docs/specs/semconv/_index.md
- source: tmp/semconv/docs/attributes-registry/README.md
target: content/docs/specs/semconv/attributes-registry/_index.md
- source: tmp/semconv/docs/registry/README.md
target: content/docs/specs/semconv/registry/_index.md
- source: tmp/semconv/docs/registry/attributes/README.md
target: content/docs/specs/semconv/registry/attributes/_index.md
- source: tmp/semconv/docs/azure/README.md
target: content/docs/specs/semconv/azure/_index.md
- source: tmp/semconv/docs/cloud-providers/README.md

View File

@ -26,7 +26,7 @@ my %versionsRaw = # Keyname must end with colons because the auto-version update
qw(
spec: 1.45.0
otlp: 1.7.0
semconv: 1.33.0
semconv: 1.34.0
);
# Versions map without the colon in the keys
my %versions = map { s/://r => $versionsRaw{$_} } keys %versionsRaw;
@ -95,12 +95,12 @@ sub applyPatchOrPrintMsgIf($$$) {
return 0;
}
# sub patchSemConv1_30_0() {
# return unless $ARGV =~ /^tmp\/semconv\/docs\//
# && applyPatchOrPrintMsgIf('2025-01-24-emit-an-event-etc', 'semconv', '1.30.0-18-g');
sub patchSpec_because_of_SemConv_AttrRegRefactoring() {
return unless $ARGV =~ /^tmp\/otel\/specification\//
&& applyPatchOrPrintMsgIf('2025-05-13-attribute-registry-refactoring', 'spec', '1.45.0-dev');
# s|Emit Event API|Log API|;
# }
s|/attributes-registry/|/registry/attributes/|g;
}
sub getVersFromSubmodule() {
my %repoNames = qw(
@ -190,6 +190,8 @@ while(<>) {
s|(\]\()/specification/|$1$specBasePath/otel/)|;
s|\.\./specification/(.*?\))|../otel/$1|g if $ARGV =~ /otel\/specification/;
patchSpec_because_of_SemConv_AttrRegRefactoring();
# Match markdown inline links or link definitions to OTel spec pages: "[...](URL)" or "[...]: URL"
s|(\]:\s+\|\()https://github.com/open-telemetry/opentelemetry-specification/\w+/(main\|v$otelSpecVers)/specification(.*?\)?)|$1$specBasePath/otel$3|;

View File

@ -135,6 +135,10 @@
"StatusCode": 200,
"LastSeen": "2024-08-09T10:46:22.467349-04:00"
},
"https://aws.amazon.com/bedrock/": {
"StatusCode": 200,
"LastSeen": "2025-05-13T13:34:35.263245-04:00"
},
"https://aws.amazon.com/cli/": {
"StatusCode": 200,
"LastSeen": "2025-02-02T10:58:51.279173-05:00"
@ -983,6 +987,10 @@
"StatusCode": 200,
"LastSeen": "2024-11-21T10:24:48.633652602+01:00"
},
"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html": {
"StatusCode": 206,
"LastSeen": "2025-05-13T13:34:27.169641-04:00"
},
"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-message-metadata.html#sqs-message-system-attributes": {
"StatusCode": 200,
"LastSeen": "2025-02-06T02:04:12.345Z"
@ -1023,6 +1031,22 @@
"StatusCode": 200,
"LastSeen": "2025-02-06T02:05:12.345Z"
},
"https://docs.aws.amazon.com/bedrock/latest/userguide/agents-session-state.html": {
"StatusCode": 206,
"LastSeen": "2025-05-13T13:34:30.278879-04:00"
},
"https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails.html": {
"StatusCode": 206,
"LastSeen": "2025-05-13T13:34:32.03137-04:00"
},
"https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base.html": {
"StatusCode": 206,
"LastSeen": "2025-05-13T13:34:32.593912-04:00"
},
"https://docs.aws.amazon.com/cli/latest/reference/kinesis/describe-stream.html": {
"StatusCode": 206,
"LastSeen": "2025-05-13T13:34:34.517102-04:00"
},
"https://docs.aws.amazon.com/cli/latest/reference/s3api/abort-multipart-upload.html": {
"StatusCode": 206,
"LastSeen": "2025-01-13T12:10:49.885872-05:00"
@ -1087,6 +1111,10 @@
"StatusCode": 206,
"LastSeen": "2025-02-02T10:58:57.299057-05:00"
},
"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html#available-regions": {
"StatusCode": 206,
"LastSeen": "2025-05-14T08:40:21.832076-04:00"
},
"https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html": {
"StatusCode": 206,
"LastSeen": "2025-02-02T10:59:00.379633-05:00"
@ -1123,6 +1151,14 @@
"StatusCode": 206,
"LastSeen": "2025-01-24T22:43:04.492478898Z"
},
"https://docs.aws.amazon.com/sns/latest/dg/sns-create-topic.html": {
"StatusCode": 206,
"LastSeen": "2025-05-13T13:34:33.861987-04:00"
},
"https://docs.aws.amazon.com/streams/latest/dev/introduction.html": {
"StatusCode": 206,
"LastSeen": "2025-05-13T13:34:34.015705-04:00"
},
"https://docs.aws.amazon.com/xray/latest/devguide/aws-xray.html": {
"StatusCode": 206,
"LastSeen": "2025-02-01T07:12:11.606851-05:00"
@ -1443,6 +1479,10 @@
"StatusCode": 200,
"LastSeen": "2025-01-30T16:59:56.597153-05:00"
},
"https://docs.llamaindex.ai/en/stable/module_guides/storing/chat_stores/": {
"StatusCode": 200,
"LastSeen": "2025-05-13T13:34:29.870114-04:00"
},
"https://docs.locust.io/en/stable/writing-a-locustfile.html": {
"StatusCode": 200,
"LastSeen": "2025-02-02T10:58:48.939639-05:00"
@ -5247,6 +5287,10 @@
"StatusCode": 200,
"LastSeen": "2025-02-06T02:10:12.345Z"
},
"https://github.com/open-telemetry/build-tools/blob/v0.25.0/semantic-conventions/README.md": {
"StatusCode": 206,
"LastSeen": "2025-05-21T15:12:32.311011-04:00"
},
"https://github.com/open-telemetry/build-tools/tree/main/semantic-conventions#code-generator": {
"StatusCode": 200,
"LastSeen": "2025-02-06T02:10:12.345Z"
@ -11431,6 +11475,10 @@
"StatusCode": 206,
"LastSeen": "2025-05-14T12:26:47.112374-04:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.45.0/oteps/0232-maturity-of-otel.md": {
"StatusCode": 206,
"LastSeen": "2025-05-21T16:22:23.191179445Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.45.0/oteps/0232-maturity-of-otel.md#explanation": {
"StatusCode": 200,
"LastSeen": "2025-05-14T16:28:12.345Z"
@ -11523,6 +11571,14 @@
"StatusCode": 200,
"LastSeen": "2025-05-14T16:28:12.345Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.45.0/spec-compliance-matrix.md#logs": {
"StatusCode": 206,
"LastSeen": "2025-05-21T16:22:22.01658109Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.45.0/specification/logs/api.md#logger": {
"StatusCode": 206,
"LastSeen": "2025-05-21T16:22:22.513499807Z"
},
"https://github.com/open-telemetry/opentelemetry-swift": {
"StatusCode": 206,
"LastSeen": "2025-01-13T11:43:31.834306-05:00"
@ -12083,6 +12139,58 @@
"StatusCode": 200,
"LastSeen": "2025-05-03T12:20:12.345Z"
},
"https://github.com/open-telemetry/semantic-conventions/blob/v1.33.0/docs/database/README.md": {
"StatusCode": 206,
"LastSeen": "2025-05-21T15:12:32.491774-04:00"
},
"https://github.com/open-telemetry/semantic-conventions/blob/v1.33.0/docs/database/database-metrics.md#metric-dbclientconnectioncount": {
"StatusCode": 206,
"LastSeen": "2025-05-21T15:12:40.460248-04:00"
},
"https://github.com/open-telemetry/semantic-conventions/blob/v1.33.0/docs/database/database-metrics.md#metric-dbclientconnectioncreate_time": {
"StatusCode": 206,
"LastSeen": "2025-05-21T15:12:48.435667-04:00"
},
"https://github.com/open-telemetry/semantic-conventions/blob/v1.33.0/docs/database/database-metrics.md#metric-dbclientconnectionidlemax": {
"StatusCode": 206,
"LastSeen": "2025-05-21T15:12:42.813867-04:00"
},
"https://github.com/open-telemetry/semantic-conventions/blob/v1.33.0/docs/database/database-metrics.md#metric-dbclientconnectionidlemin": {
"StatusCode": 206,
"LastSeen": "2025-05-21T15:12:43.421094-04:00"
},
"https://github.com/open-telemetry/semantic-conventions/blob/v1.33.0/docs/database/database-metrics.md#metric-dbclientconnectionmax": {
"StatusCode": 206,
"LastSeen": "2025-05-21T15:12:44.242253-04:00"
},
"https://github.com/open-telemetry/semantic-conventions/blob/v1.33.0/docs/database/database-metrics.md#metric-dbclientconnectionpending_requests": {
"StatusCode": 206,
"LastSeen": "2025-05-21T15:12:46.720736-04:00"
},
"https://github.com/open-telemetry/semantic-conventions/blob/v1.33.0/docs/database/database-metrics.md#metric-dbclientconnectiontimeouts": {
"StatusCode": 206,
"LastSeen": "2025-05-21T15:12:47.134525-04:00"
},
"https://github.com/open-telemetry/semantic-conventions/blob/v1.33.0/docs/database/database-metrics.md#metric-dbclientconnectionuse_time": {
"StatusCode": 206,
"LastSeen": "2025-05-21T15:12:49.665802-04:00"
},
"https://github.com/open-telemetry/semantic-conventions/blob/v1.33.0/docs/database/database-metrics.md#metric-dbclientconnectionwait_time": {
"StatusCode": 206,
"LastSeen": "2025-05-21T15:12:49.030871-04:00"
},
"https://github.com/open-telemetry/semantic-conventions/blob/v1.33.0/docs/database/database-metrics.md#metric-dbclientoperationduration": {
"StatusCode": 206,
"LastSeen": "2025-05-21T15:12:39.233062-04:00"
},
"https://github.com/open-telemetry/semantic-conventions/blob/v1.33.0/docs/database/database-spans.md": {
"StatusCode": 206,
"LastSeen": "2025-05-21T15:12:35.902826-04:00"
},
"https://github.com/open-telemetry/semantic-conventions/blob/v1.33.0/docs/database/database-spans.md#name": {
"StatusCode": 206,
"LastSeen": "2025-05-21T15:12:38.131852-04:00"
},
"https://github.com/open-telemetry/semantic-conventions/issues": {
"StatusCode": 206,
"LastSeen": "2025-01-30T16:54:10.34153-05:00"
@ -12967,6 +13075,10 @@
"StatusCode": 206,
"LastSeen": "2025-05-03T07:51:18.308728-04:00"
},
"https://github.com/open-telemetry/semantic-conventions/tree/v1.34.0//model/README.md": {
"StatusCode": 206,
"LastSeen": "2025-05-21T15:12:28.317486-04:00"
},
"https://github.com/open-telemetry/sig-contributor-experience": {
"StatusCode": 206,
"LastSeen": "2025-03-11T09:21:47.017232-04:00"