Open bjrara opened 1 month ago
Pinging code owners:
exporter/awsxray: @wangzlei @srprash
See Adding Labels via Comments if you do not have permissions to add labels yourself.
Currently, it only generates http url section when the following attributes are found [source]:
It's unclear why net.peer.name
was not respected when deciding the url generation.
Component(s)
exporter/awsxray
What happened?
Description
URL is missing from X-Ray client segment.
A trace span is generated with the following attributes, but after converting to X-Ray segment, the url is not shown properly in the trace.
Input
Output
Steps to Reproduce
Expected Result
Segment contains http url.
Actual Result
Segment doesn't contain http url.
Collector version
Latest
Environment information
Environment
OS: (e.g., "Ubuntu 20.04") Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response