Skip to content

[pkg/translator/skywalking] update semconv to latest #44796

@codeboten

Description

@codeboten

Component(s)

pkg/translator/skywalking

Describe the issue you're reporting

While removing old imports of semantic conventions (#44794) I realized that this component is still dependent on an outdated semantic conventions package

var otSpanTagsMapping = map[string]string{
"url": string(conventions.HTTPURLKey),
"status_code": string(conventions.HTTPStatusCodeKey),
"db.type": string(conventions.DBSystemKey),
"db.instance": string(conventions.DBNameKey),
"mq.broker": string(conventions.NetPeerNameKey),
}

This should be updated to unblock moving to newer semantic conventions.

Tip

React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions