Skip to content

Commit

Permalink
fix: remove resource attributes maps in trace model
Browse files Browse the repository at this point in the history
  • Loading branch information
makeavish committed Jul 16, 2023
1 parent 3cb9250 commit a27d5ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion exporter/clickhousetracesexporter/clickhouse_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ func newStructuredSpan(otelSpan ptrace.Span, ServiceName string, resource pcommo
Kind: int8(otelSpan.Kind()),
References: references,
TagMap: tagMap,
ResourceTagsMap: resourceAttrs,
StringTagMap: stringTagMap,
NumberTagMap: numberTagMap,
BoolTagMap: boolTagMap,
Expand Down
1 change: 0 additions & 1 deletion exporter/clickhousetracesexporter/schema-signoz.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ type TraceModel struct {
References references `json:"references,omitempty"`
StatusCode int16 `json:"statusCode,omitempty"`
TagMap map[string]string `json:"tagMap,omitempty"`
ResourceTagsMap map[string]string `json:"resourceTagsMap,omitempty"`
StringTagMap map[string]string `json:"stringTagMap,omitempty"`
NumberTagMap map[string]float64 `json:"numberTagMap,omitempty"`
BoolTagMap map[string]bool `json:"boolTagMap,omitempty"`
Expand Down

0 comments on commit a27d5ec

Please sign in to comment.