1. 10 Aug, 2022 4 commits
  2. 09 Aug, 2022 7 commits
  3. 08 Aug, 2022 1 commit
  4. 06 Aug, 2022 5 commits
  5. 05 Aug, 2022 9 commits
  6. 04 Aug, 2022 12 commits
  7. 03 Aug, 2022 2 commits
    • Matthew Slipper's avatar
      op-node: Add transactions sequenced metric (#3162) · bd65ee51
      Matthew Slipper authored
      This will allow us to measure opnode throughput.
      bd65ee51
    • Matthew Slipper's avatar
      op-node: Derivation metrics (#3156) · a1842698
      Matthew Slipper authored
      * op-node: Derivation metrics
      
      Adds support for the following batch derivation metrics:
      
      - 0/1 gauge for if the derivation is idle
      - Count of total pipeline resets
      - Count of total unsafe payloads received
      - Count of total derivation errors
      - Gauge tracking the various L1/L2 safe/unsafe heads
      
      * review updates + more metrics
      a1842698