Feat/new prometheus metrics#586
Open
dvansari65 wants to merge 6 commits intosolana-foundation:mainfrom
Open
Conversation
…lemetryConfig, CLI flags, and telemetry mod behind prometheus feature
…rometheus instrumentation
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 |
Contributor
Author
|
@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 |
5419677 to
2129ad9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #584
Metrics exposed:
surfpool_transactions_total{status}— transaction success/failure ratesurfpool_transaction_processing_ms— transaction processing latency histogramsurfpool_rpc_requests_total{method}— RPC request rate by methodsurfpool_rpc_latency_ms{method}— RPC request latency histogram by methodsurfpool_remote_fetch_latency_ms— mainnet account cloning latency histogram