Skip to content
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.49.0
spec-pin = v1.49.0-19-g522be54
[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 40 files
+2 −2 .github/workflows/ossf-scorecard.yml
+1 −1 .github/workflows/stale-pr.yaml
+1 −1 .github/workflows/triage-followup.yml
+17 −4 .lychee.toml
+14 −0 CHANGELOG.md
+1 −1 CONTRIBUTING.md
+2 −2 Makefile
+1 −1 README.md
+1 −1 issue-management.md
+1 −1 oteps/0001-telemetry-without-manual-instrumentation.md
+2 −2 oteps/0007-no-out-of-band-reporting.md
+4 −4 oteps/0035-opentelemetry-protocol.md
+1 −1 oteps/0155-external-modules.md
+1 −1 oteps/0156-columnar-encoding.md
+1 −1 oteps/0202-events-and-logs-api.md
+1 −1 oteps/0225-configuration.md
+1 −1 oteps/README.md
+1 −1 oteps/entities/0264-resource-and-entities.md
+1 −1 oteps/profiles/0212-profiling-vision.md
+28 −92 oteps/trace/4673-experimental-probability-sampling.md
+1 −1 package.json
+24 −24 spec-compliance-matrix.md
+1 −1 spec-compliance-matrix/cpp.yaml
+1 −1 spec-compliance-matrix/dotnet.yaml
+1 −1 spec-compliance-matrix/erlang.yaml
+10 −10 spec-compliance-matrix/go.yaml
+14 −14 spec-compliance-matrix/java.yaml
+4 −4 spec-compliance-matrix/js.yaml
+24 −24 spec-compliance-matrix/php.yaml
+1 −1 spec-compliance-matrix/python.yaml
+1 −1 spec-compliance-matrix/ruby.yaml
+1 −1 spec-compliance-matrix/rust.yaml
+1 −1 spec-compliance-matrix/swift.yaml
+1 −1 spec-compliance-matrix/template.yaml
+2 −2 specification/compatibility/prometheus_and_openmetrics.md
+3 −3 specification/configuration/sdk-environment-variables.md
+1 −1 specification/logs/README.md
+50 −8 specification/logs/sdk.md
+1 −0 specification/metrics/sdk.md
+108 −46 specification/trace/sdk.md
8 changes: 4 additions & 4 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -6603,6 +6603,10 @@
"StatusCode": 206,
"LastSeen": "2025-10-14T17:43:53.949785165Z"
},
"https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/filelogreceiver/README.md#operators": {
"StatusCode": 206,
"LastSeen": "2025-10-11T10:35:55.03399078Z"
},
"https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/k8sclusterreceiver/documentation.md": {
"StatusCode": 206,
"LastSeen": "2025-10-10T09:39:27.497876296Z"
Expand Down Expand Up @@ -11851,10 +11855,6 @@
"StatusCode": 206,
"LastSeen": "2025-10-10T10:49:14.244986904Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/main/specification/trace/tracestate-probability-sampling-experimental.md": {
"StatusCode": 206,
"LastSeen": "2025-10-10T10:49:02.490351235Z"
},
"https://github.com/open-telemetry/opentelemetry-specification/tree/main/specification/trace/tracestate-probability-sampling.md": {
"StatusCode": 206,
"LastSeen": "2025-10-10T10:49:10.660335799Z"
Expand Down