Skip to content

Commit

Permalink
chore(monitor/indexer): add routescan id hash to logs (omni-network#1831
Browse files Browse the repository at this point in the history
)

Adds routescan cross transaction id hash to support linking from grafana
to routescan.

issue: none
  • Loading branch information
corverroos authored Sep 6, 2024
1 parent dc75ed5 commit 839b9e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monitor/xmonitor/indexer/indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ func (i *indexer) instrumentMsg(ctx context.Context, link *MsgLink) error {
"latency", s.Latency,
"msg_tx", msg.TxHash,
"receipt_tx", receipt.TxHash,
"id_hash", msg.Hash(),
)

return nil
Expand Down

0 comments on commit 839b9e2

Please sign in to comment.