Skip to content

Feat/new prometheus metrics#586

Open
dvansari65 wants to merge 6 commits intosolana-foundation:mainfrom
dvansari65:feat/new-prometheus-metrics
Open

Feat/new prometheus metrics#586
dvansari65 wants to merge 6 commits intosolana-foundation:mainfrom
dvansari65:feat/new-prometheus-metrics

Conversation

@dvansari65
Copy link
Contributor

@dvansari65 dvansari65 commented Mar 20, 2026

Closes #584

Metrics exposed:

  • surfpool_transactions_total{status} — transaction success/failure rate
  • surfpool_transaction_processing_ms — transaction processing latency histogram
  • surfpool_rpc_requests_total{method} — RPC request rate by method
  • surfpool_rpc_latency_ms{method} — RPC request latency histogram by method
  • surfpool_remote_fetch_latency_ms — mainnet account cloning latency histogram

@MicaiahReid
Copy link
Collaborator

Hey @dvansari65, I'm a bit confused by this and seeing #552. Is this building off of #552? The idea was that 552 is laying down the groundwork, then subsequent PRs to complete #584 would just be building off that groundwork

@dvansari65
Copy link
Contributor Author

dvansari65 commented Mar 21, 2026

@MicaiahReid I accidentally closed #552 instead of updating it. i deleted simnet events for updating promethius and directly updating from svm file in this #586

@MicaiahReid MicaiahReid force-pushed the main branch 5 times, most recently from 5419677 to 2129ad9 Compare March 23, 2026 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add more interesting prometheus metrics

2 participants