You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move X-Ray Env Variable propagation to span link instead of parent for AWS Lambda. (#3166)
BREAKING: Rename faas.execution to faas.invocation_id (#3209)
BREAKING: Change faas.max_memory units to Bytes instead of MB (#3209)
BREAKING: Expand scope of faas.id to cloud.resource_id (#3188)
Clarifies that if an HTTP client request is explicitly made to an IP address, e.g. http://x.x.x.x:8080, then net.peer.name SHOULD be the IP address x.x.x.x (#3276)
Mark net.sock.host.port as conditionally required. (#3246)
Rename http.user_agent to user_agent.original. (#3190)
Also a good time to resolve #3744 with the new release.
The text was updated successfully, but these errors were encountered:
Specification release: https://github.com/open-telemetry/opentelemetry-specification/releases/tag/v1.19.0
Important changes:
http://x.x.x.x:8080
, thennet.peer.name
SHOULD be the IP addressx.x.x.x
(#3276)net.sock.host.port
as conditionally required. (#3246)http.user_agent
touser_agent.original
. (#3190)Also a good time to resolve #3744 with the new release.
The text was updated successfully, but these errors were encountered: