Skip to content

Commit

Permalink
fix: Restore component key value (#40628)
Browse files Browse the repository at this point in the history
When converting from using constants in trace to equivalents
defined in teleport the trace.component value was accidentally
replaced.
  • Loading branch information
rosstimothy authored Apr 17, 2024
1 parent abd559f commit 85551f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const (
const (
// ComponentKey is a field that represents a component - e.g. service or
// function
ComponentKey = "teleport.ComponentKey"
ComponentKey = "trace.component"
// ComponentFields is a fields component
ComponentFields = "trace.fields"

Expand Down

0 comments on commit 85551f5

Please sign in to comment.