Skip to content

Commit

Permalink
Remove unused public code from translator (#2486)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <[email protected]>
  • Loading branch information
bogdandrutu authored Feb 18, 2021
1 parent 81c7cc5 commit 4b2959a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
29 changes: 0 additions & 29 deletions translator/trace/opencensus_helper.go

This file was deleted.

7 changes: 0 additions & 7 deletions translator/trace/protospan_translation.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ import (

// Some of the keys used to represent OTLP constructs as tags or annotations in other formats.
const (
AnnotationDescriptionKey = "description"

MessageEventIDKey = "message.id"
MessageEventTypeKey = "message.type"
MessageEventCompressedSizeKey = "message.compressed_size"
MessageEventUncompressedSizeKey = "message.uncompressed_size"

TagMessage = "message"

TagSpanKind = "span.kind"
Expand Down

0 comments on commit 4b2959a

Please sign in to comment.