Skip to content

Commit

Permalink
Remove unspecified semantic convention (#2712)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <[email protected]>
  • Loading branch information
bogdandrutu authored Mar 17, 2021
1 parent df9f565 commit 9f63a09
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions translator/conventions/trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ package conventions
// OpenTelemetry Semantic Convention values for general Span attribute names.
// See: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/span-general.md
const (
AttributeComponent = "component"
AttributeEnduserID = "enduser.id"
AttributeEnduserRole = "enduser.role"
AttributeEnduserScope = "enduser.scope"
Expand All @@ -30,10 +29,3 @@ const (
AttributeNetTransport = "net.transport"
AttributePeerService = "peer.service"
)

// OpenTelemetry Semantic Convention values for component attribute values.
// Possibly being removed due to issue #336
const (
ComponentTypeHTTP = "http"
ComponentTypeGRPC = "grpc"
)

0 comments on commit 9f63a09

Please sign in to comment.