Skip to content

Commit

Permalink
[#noissue] Allow blank agentId for global txId search
Browse files Browse the repository at this point in the history
  • Loading branch information
kojandy committed Jan 8, 2025
1 parent 3c070be commit 380136a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public TransactionInfoViewModel transactionInfo(
@RequestParam(value = "focusTimestamp", required = false, defaultValue = DEFAULT_FOCUS_TIMESTAMP)
@PositiveOrZero
long focusTimestamp,
@RequestParam(value = "agentId", required = false) @NotBlank String agentId,
@RequestParam(value = "agentId", required = false) String agentId,
@RequestParam(value = "spanId", required = false, defaultValue = DEFAULT_SPAN_ID) long spanId,
@RequestParam(value = "v", required = false, defaultValue = "0") int viewVersion,
@RequestParam(value = "useStatisticsAgentState", required = false, defaultValue = "false")
Expand Down

0 comments on commit 380136a

Please # to comment.