solana-accountsdb-connector/service-mango-fills
Riordan Panayides 190528b722 Add process name label, fix some metric types 2022-10-08 12:57:47 +01:00
..
src Add process name label, fix some metric types 2022-10-08 12:57:47 +01:00
Cargo.toml Refactor metrics 2022-10-07 11:44:53 +01:00
README.md merge fill service 2022-03-28 20:01:16 +02:00
example-config.toml Refactor metrics 2022-10-07 11:44:53 +01:00
template-config.toml Refactor metrics 2022-10-07 11:44:53 +01:00

README.md

connector-fills

This module parses event queues and exposes individual fills on a websocket.

TODO:

  • [] early filter out all account writes we dont care about
  • [] startup logic, dont accept websockets before first snapshot
  • [] failover logic, kill all websockets when we receive a later snapshot, more frequent when running on home connections
  • [] track websocket connect / disconnect
  • [] track latency accountwrite -> websocket
  • [] track queue length