You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each chain exchange message is timestamped before being put to queue for publication. Add a metric at the point of actual publication to measure the time it took for the message to travel through the publication pipeline and be actually published.
This is easily done by getting the wall clock and and comparing it with the timestamp of the message just before actually publishing the message in chainexchange/pubsub.go
The text was updated successfully, but these errors were encountered:
Each chain exchange message is timestamped before being put to queue for publication. Add a metric at the point of actual publication to measure the time it took for the message to travel through the publication pipeline and be actually published.
This is easily done by getting the wall clock and and comparing it with the timestamp of the message just before actually publishing the message in
chainexchange/pubsub.go
The text was updated successfully, but these errors were encountered: