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
Some tags, such as status_code (http.status_code in opentelemetry), are obviously span-level. But they are inserted into resource attributes after mapping.
This way, all spans in a segment have an http.status_code. If more than one span which has those attributes, they will be overridden again and again.
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.
Component(s)
receiver/skywalking
What happened?
Description
Some tags, such as
status_code
(http.status_code
in opentelemetry), are obviously span-level. But they are inserted into resource attributes after mapping.This way, all spans in a segment have an
http.status_code
. If more than one span which has those attributes, they will be overridden again and again.Steps to Reproduce
Expected Result
Actual Result
Collector version
50794af
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
The text was updated successfully, but these errors were encountered: