Skip to content

Commit

Permalink
Include statusMessage intrinsic attribute in tag search
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrowe committed Oct 30, 2023
1 parent 7e0e310 commit 9cd2fd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/search/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func GetVirtualIntrinsicValues() []string {
traceql.IntrinsicKind.String(),
traceql.IntrinsicName.String(),
traceql.IntrinsicStatus.String(),
traceql.IntrinsicStatusMessage.String(),
traceql.IntrinsicTraceDuration.String(),
traceql.IntrinsicTraceRootService.String(),
traceql.IntrinsicTraceRootSpan.String(),
Expand Down

0 comments on commit 9cd2fd9

Please sign in to comment.