OpenTelemetry - CNCF/opentelemetry-specification: Release v1.27.0
Name: opentelemetry-specification
Owner: OpenTelemetry - CNCF
Release: Release 1.27.0
Released: 2023-11-08
License: Apache-2.0
Release Assets:
v1.27.0 (2023-11-08)
Context
- No changes.
Traces
- Add a new AddLink() operation to Span (experimental). (#3678)
Metrics
- No changes.
Logs
- No changes.
Resource
- No changes.
OpenTelemetry Protocol
- New exporter implementations do not need to support
OTEL_EXPORTER_OTLP_SPAN_INSECURE
andOTEL_EXPORTER_OTLP_METRIC_INSECURE
. (#3719)
Compatibility
- No changes.
SDK Configuration
- Define file configuration parse and create operations. (#3437)
- Add environment variable implementation guidelines. (#3738)
Common
- Rename/replace
(client|server).socket.(address|port)
attributes withnetwork.(peer|local).(address|port)
. (#3713)
Supplementary Guidelines
- No changes.
New Contributors
- @vprithvi made their first contribution in https://github.com/open-telemetry/opentelemetry-specification/pull/3726