Skip to content

Commit

Permalink
Update opentelemetry-specification version to v1.42.0 (#6375)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrice Chalin <[email protected]>
  • Loading branch information
opentelemetrybot and chalin authored Feb 19, 2025
1 parent c61a464 commit 1ac9e95
Show file tree
Hide file tree
Showing 4 changed files with 226 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[submodule "content-modules/opentelemetry-specification"]
path = content-modules/opentelemetry-specification
url = https://github.com/open-telemetry/opentelemetry-specification.git
spec-pin = v1.41.0
spec-pin = v1.42.0
[submodule "content-modules/community"]
path = content-modules/community
url = https://github.com/open-telemetry/community
Expand Down
2 changes: 1 addition & 1 deletion content-modules/opentelemetry-specification
Submodule opentelemetry-specification updated 39 files
+20 −0 .github/workflows/fossa.yml
+0 −3 .lychee.toml
+46 −21 CHANGELOG.md
+1 −1 development/README.md
+1 −1 development/trace/zpages.md
+4 −4 oteps/0156-columnar-encoding.md
+2 −2 oteps/0243-app-telemetry-schema-vision-roadmap.md
+1 −1 oteps/entities/0264-resource-and-entities.md
+3 −3 oteps/trace/0168-sampling-propagation.md
+1 −1 oteps/trace/0220-messaging-semantic-conventions-span-structure.md
+6 −1 spec-compliance-matrix.md
+3 −3 specification/compatibility/prometheus_and_openmetrics.md
+58 −42 specification/configuration/data-model.md
+8 −7 specification/configuration/sdk-environment-variables.md
+12 −0 specification/context/api-propagators.md
+1 −1 specification/document-status.md
+4 −4 specification/logs/README.md
+14 −5 specification/logs/api.md
+1 −1 specification/logs/data-model-appendix.md
+1 −1 specification/logs/data-model.md
+8 −1 specification/logs/noop.md
+14 −7 specification/logs/sdk.md
+2 −2 specification/logs/supplementary-guidelines.md
+1 −1 specification/metrics/README.md
+13 −13 specification/metrics/api.md
+3 −3 specification/metrics/data-model.md
+1 −1 specification/metrics/noop.md
+3 −3 specification/metrics/sdk.md
+1 −1 specification/metrics/sdk_exporters/otlp.md
+1 −1 specification/profiles/mappings.md
+1 −1 specification/protocol/exporter.md
+1 −1 specification/schemas/README.md
+17 −16 specification/semantic-conventions.md
+11 −10 specification/trace/api.md
+11 −6 specification/trace/exceptions.md
+106 −5 specification/trace/sdk.md
+28 −0 specification/trace/tracestate-handling.md
+1 −1 specification/trace/tracestate-probability-sampling.md
+1 −1 specification/versioning-and-stability.md
17 changes: 8 additions & 9 deletions scripts/content-modules/adjust-pages.pl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

my %versionsRaw = # Keyname must end with colons because the auto-version update script expects one
qw(
spec: 1.41.0
spec: 1.42.0
otlp: 1.5.0
semconv: 1.30.0
);
Expand Down Expand Up @@ -104,13 +104,13 @@ ($$$)
return 0;
}

sub patchEventAliases() {
return unless $ARGV =~ /^tmp\/otel\/specification\/logs\//
&& applyPatchOrPrintMsgIf('2025-01-23-event-aliases', 'spec', '1.41.0');

my $aliases = '^( - )(event-(api|sdk))$';
s|$aliases|$1./$2|;
}
# sub patchEventAliases() {
# return unless $ARGV =~ /^tmp\/otel\/specification\/logs\//
# && applyPatchOrPrintMsgIf('2025-01-23-event-aliases', 'spec', '1.41.0');
#
# my $aliases = '^( - )(event-(api|sdk))$';
# s|$aliases|$1./$2|;
# }

sub patchSemConv1_30_0() {
return unless $ARGV =~ /^tmp\/semconv\/docs\//
Expand Down Expand Up @@ -164,7 +164,6 @@ ()
while(<>) {
$lineNum++;
last if /^--->?/;
patchEventAliases();
patchSemConv1_30_0();
$frontMatterFromFile .= $_;
}
Expand Down
216 changes: 216 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -2507,6 +2507,10 @@
"StatusCode": 206,
"LastSeen": "2025-01-16T13:32:59.446378-05:00"
},
"https://github.com/Prometheus/docs/blob/777846211d502a287ab2b304cb515dc779de3474/content/docs/instrumenting/exposition_formats.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:01.466493-05:00"
},
"https://github.com/Prometheus/docs/blob/777846211d502a287ab2b304cb515dc779de3474/content/docs/instrumenting/exposition_formats.md#exposition-formats": {
"StatusCode": 200,
"LastSeen": "2025-02-06T02:08:12.345Z"
Expand Down Expand Up @@ -6575,6 +6579,14 @@
"StatusCode": 206,
"LastSeen": "2025-01-16T11:37:42.816792-05:00"
},
"https://github.com/open-telemetry/opentelemetry-configuration/blob/main/examples/sdk-config.yaml": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:03.302206-05:00"
},
"https://github.com/open-telemetry/opentelemetry-configuration/blob/main/examples/sdk-migration-config.yaml": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:02.655822-05:00"
},
"https://github.com/open-telemetry/opentelemetry-cpp": {
"StatusCode": 200,
"LastSeen": "2025-01-06T11:32:23.983579-05:00"
Expand Down Expand Up @@ -7207,6 +7219,10 @@
"StatusCode": 206,
"LastSeen": "2025-01-07T10:31:43.730419-05:00"
},
"https://github.com/open-telemetry/opentelemetry-go-contrib/blob/aeb198d6de25588afef49545cfa06533d0e67f1d/bridges/otelzap/core.go#L194-L244": {
"StatusCode": 200,
"LastSeen": "2025-02-18T20:50:12.345Z"
},
"https://github.com/open-telemetry/opentelemetry-go-contrib/blob/dafdad14b7858c7f491c8cb72e4bc7deaf9378e3/instrgen/README.md": {
"StatusCode": 206,
"LastSeen": "2025-01-17T13:21:30.685258Z"
Expand Down Expand Up @@ -9987,10 +10003,178 @@
"StatusCode": 200,
"LastSeen": "2025-02-06T02:19:12.345Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/common#attribute": {
"StatusCode": 200,
"LastSeen": "2025-02-18T20:50:12.345Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/compatibility/prometheus_and_openmetrics.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:48:32.733049-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/configuration/sdk-environment-variables.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:48:54.896052-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/context/api-propagators.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:48:42.470261-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/document-status.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:48:34.590453-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:48:32.932795-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#emit-a-logrecord": {
"StatusCode": 200,
"LastSeen": "2025-02-18T20:50:12.345Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#logger": {
"StatusCode": 200,
"LastSeen": "2025-02-06T02:19:12.345Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/data-model.md#field-eventname": {
"StatusCode": 200,
"LastSeen": "2025-02-18T20:50:12.345Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/data-model.md#log-and-event-record-definition": {
"StatusCode": 200,
"LastSeen": "2025-02-18T20:50:12.345Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/metrics/api.md#instrument-advisory-parameters": {
"StatusCode": 200,
"LastSeen": "2025-02-18T20:50:12.345Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/resource/sdk.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:48:28.751624-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/resource/sdk.md#sdk-provided-resource-attributes": {
"StatusCode": 200,
"LastSeen": "2025-02-18T20:50:12.345Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/trace/api.md#set-status": {
"StatusCode": 200,
"LastSeen": "2025-02-18T20:50:12.345Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/trace/api.md#span": {
"StatusCode": 200,
"LastSeen": "2025-02-18T20:50:12.345Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/trace/api.md#spankind": {
"StatusCode": 200,
"LastSeen": "2025-02-18T20:50:12.345Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/trace/sdk.md#span-processor": {
"StatusCode": 200,
"LastSeen": "2025-02-18T20:50:12.345Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/0035-opentelemetry-protocol.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:02.679076-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/0152-telemetry-schemas.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:04.258874-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/0232-maturity-of-otel.md#explanation": {
"StatusCode": 200,
"LastSeen": "2025-02-18T20:50:12.345Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/logs/0091-logs-vocabulary.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:05.633812-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/logs/0092-logs-vision.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:07.915352-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/logs/0097-log-data-model.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:03.121255-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/logs/0097-log-data-model.md#appendix-a-example-mappings": {
"StatusCode": 200,
"LastSeen": "2025-02-18T20:50:12.345Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/logs/0150-logging-library-sdk.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:48:53.816777-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/metrics/0003-measure-metric-type.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:04.269144-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/metrics/0008-metric-observer.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:05.590752-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/metrics/0009-metric-handles.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:07.507028-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/metrics/0010-cumulative-to-counter.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:09.009451-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/metrics/0049-metric-label-set.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:02.874191-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/metrics/0070-metric-bound-instrument.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:12.797637-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/metrics/0072-metric-observer.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:15.149625-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/metrics/0080-remove-metric-gauge.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:18.403055-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/metrics/0088-metric-instrument-optional-refinements.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:23.588078-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/metrics/0090-remove-labelset-from-metrics-api.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:27.183928-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/metrics/0098-metric-instruments-explained.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:30.157664-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/metrics/0108-naming-guidelines.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:34.124814-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/metrics/0113-exemplars.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:48:54.18727-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/metrics/0126-Configurable-Metric-Aggregations.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:48:55.204211-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/metrics/0131-otlp-export-behavior.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:02.418228-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/metrics/0146-metrics-prototype-scenarios.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:48:57.567607-05:00"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/profiles/0239-profiles-data-model.md#message-mapping": {
"StatusCode": 200,
"LastSeen": "2025-02-18T20:51:12.345Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/oteps/trace/0235-sampling-threshold-in-trace-state.md": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:01.492329-05:00"
},
"https://github.com/open-telemetry/opentelemetry-swift": {
"StatusCode": 206,
"LastSeen": "2025-01-13T11:43:31.834306-05:00"
Expand Down Expand Up @@ -11635,6 +11819,14 @@
"StatusCode": 200,
"LastSeen": "2025-02-06T02:21:12.345Z"
},
"https://github.com/prometheus/OpenMetrics/blob/1386544931307dff279688f332890c31b6c5de36/specification/OpenMetrics.md#protobuf-format": {
"StatusCode": 200,
"LastSeen": "2025-02-18T20:51:12.345Z"
},
"https://github.com/prometheus/OpenMetrics/blob/1386544931307dff279688f332890c31b6c5de36/specification/OpenMetrics.md#text-format": {
"StatusCode": 200,
"LastSeen": "2025-02-18T20:51:12.345Z"
},
"https://github.com/prometheus/OpenMetrics/blob/v1.0.0/specification/OpenMetrics.md#counter-1": {
"StatusCode": 200,
"LastSeen": "2025-02-06T02:21:12.345Z"
Expand Down Expand Up @@ -18103,6 +18295,30 @@
"StatusCode": 206,
"LastSeen": "2025-01-30T16:54:36.793368-05:00"
},
"https://www.w3.org/TR/trace-context-2": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:48:55.3615-05:00"
},
"https://www.w3.org/TR/trace-context-2/": {
"StatusCode": 206,
"LastSeen": "2025-02-18T15:49:06.548926-05:00"
},
"https://www.w3.org/TR/trace-context-2/#random-trace-id-flag": {
"StatusCode": 200,
"LastSeen": "2025-02-18T20:51:12.345Z"
},
"https://www.w3.org/TR/trace-context-2/#randomness-of-trace-id": {
"StatusCode": 200,
"LastSeen": "2025-02-18T20:51:12.345Z"
},
"https://www.w3.org/TR/trace-context-2/#sampled-flag": {
"StatusCode": 200,
"LastSeen": "2025-02-18T20:51:12.345Z"
},
"https://www.w3.org/TR/trace-context-2/#tracestate-header": {
"StatusCode": 200,
"LastSeen": "2025-02-18T20:51:12.345Z"
},
"https://www.w3.org/TR/trace-context/": {
"StatusCode": 206,
"LastSeen": "2025-01-06T11:32:23.294627-05:00"
Expand Down

0 comments on commit 1ac9e95

Please sign in to comment.