Skip to content

Commit

Permalink
Update opentelemetry-specification version to v1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
opentelemetrybot committed Jun 11, 2024
1 parent 77eee3d commit 8d7a844
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[submodule "content-modules/opentelemetry-specification"]
path = content-modules/opentelemetry-specification
url = https://github.com/open-telemetry/opentelemetry-specification.git
spec-pin = v1.33.0
spec-pin = v1.34.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 35 files
+3 −3 .github/CODEOWNERS
+64 −2 CHANGELOG.md
+1 −1 README.md
+20 −0 development/README.md
+1 −1 development/metrics/config-service.md
+0 −0 development/trace/zpages.md
+0 −15 experimental/README.md
+29 −38 spec-compliance-matrix.md
+4 −5 specification/README.md
+1 −1 specification/common/attribute-type-mapping.md
+1 −1 specification/compatibility/logging_trace_context.md
+1 −1 specification/compatibility/opentracing.md
+4 −4 specification/compatibility/prometheus_and_openmetrics.md
+1 −1 specification/configuration/file-configuration.md
+3 −3 specification/configuration/sdk-environment-variables.md
+6 −2 specification/document-status.md
+1 −1 specification/logs/README.md
+27 −2 specification/logs/bridge-api.md
+49 −18 specification/logs/event-api.md
+37 −9 specification/logs/event-sdk.md
+14 −6 specification/logs/sdk.md
+30 −2 specification/metrics/api.md
+3 −3 specification/metrics/data-model.md
+40 −14 specification/metrics/sdk.md
+1 −1 specification/metrics/sdk_exporters/prometheus.md
+1 −1 specification/protocol/file-exporter.md
+1 −1 specification/schemas/file_format_v1.0.0.md
+1 −1 specification/schemas/file_format_v1.1.0.md
+2 −2 specification/semantic-conventions.md
+1 −1 specification/telemetry-stability.md
+25 −0 specification/trace/api.md
+14 −6 specification/trace/sdk.md
+1 −1 specification/trace/tracestate-handling.md
+1 −1 specification/trace/tracestate-probability-sampling.md
+51 −35 specification/versioning-and-stability.md
2 changes: 1 addition & 1 deletion scripts/content-modules/adjust-pages.pl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
my $semConvRef = "$otelSpecRepoUrl/blob/main/semantic_conventions/README.md";
my $specBasePath = '/docs/specs';
my %versions = qw(
spec: 1.33.0
spec: 1.34.0
otlp: 1.3.1
semconv: 1.26.0
);
Expand Down

0 comments on commit 8d7a844

Please sign in to comment.