Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some dataposter metrics #2523

Merged
merged 8 commits into from
Aug 5, 2024
Merged

Add some dataposter metrics #2523

merged 8 commits into from
Aug 5, 2024

Commits on Jul 25, 2024

  1. Add some dataposter metrics

    This commit adds the following metrics to the DataPoster:
    
    arb/dataposter/nonce/unconfirmed: current unconfirmed nonce
    arb/dataposter/nonce/finalized: nonce as of finalized block
    arb/dataposter/nonce/softconfirmed: soft confirmed nonce
          ie nonce as of latest block number - nonce-rbf-soft-confs
    arb/dataposter/queue/length: number of unconfirmed batches in the queue
    arb/dataposter/queue/weight: weight of unconfirmed batches in the queue
    
    All are udpated every 10 seconds except softconfirmed, which is updated
    is updated whenever there is a new batch posted or a tx is replaced.
    Tristan-Wilson committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0e972b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83f6009 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    0561077 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    ca9c49b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85b2c59 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    b8f5489 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec1cbae View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    3111b24 View commit details
    Browse the repository at this point in the history