-
Notifications
You must be signed in to change notification settings - Fork 432
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
feat: Sealevel RPC failure / success metrics and alerts #5434
base: jeff/sealevel-metrics
Are you sure you want to change the base?
Conversation
|
7974661
to
1b3b353
Compare
Description
I moved a bunch of RPC and provider initantiation logic into
chains.rs
instead of spread across multiple different structs. ie.SealevelInterchainGasPaymasterIndexer
,SealevelInterchainGasPaymaster
,SealevelInterchainSecurityModule
, etc.I think this makes it more flexible for changes moving forward.
HttpSender
code from Solana's codebase: https://github.com/anza-xyz/agave/blob/ddec7bdbcf308a853d464f865ae4962acbc2b9cd/rpc-client/src/http_sender.rs#L132PrometheusSealevelRpcSender
wraps around this newHttpSender
and then implements Solana'sRpcSender
RpcClient
to work with everything else while also providing metricsDrive-by changes
Related issues
#4738
Backward compatibility
Yes
Testing