status-go icon indicating copy to clipboard operation
status-go copied to clipboard

feat(telemetry)_: add metrics for message reliability

Open adklempner opened this issue 1 year ago • 2 comments

Adds metrics for missed messages, delivery confirmation, and peer count by shard/origin.

Tracks additional events in telemetry:

  • when a message is successfully delivered
  • when a check against a store node detects missed messages (with a separate count for if it was a message relevant to the user, as determined if the filter matches)
  • when a dial to a peer fails, what kind of failure was encountered

Important changes:

  • Depends on https://github.com/status-im/telemetry/pull/69

Dogfooding PR: https://github.com/status-im/status-desktop/pull/16540

adklempner avatar Oct 01 '24 05:10 adklempner