-
Notifications
You must be signed in to change notification settings - Fork 19
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
Prometheus for index lookups #126
Comments
gagliardetto
added a commit
to gagliardetto/yellowstone-faithful
that referenced
this issue
Jul 11, 2024
linuskendall
added a commit
that referenced
this issue
Aug 14, 2024
linuskendall
added a commit
that referenced
this issue
Aug 15, 2024
* Remove /health and /metrics req logging; closes #127 * Move metrics to metrics package * Prometheus for index and car lookups; closes #126 * Cleanup metrics; closes #128 * Report latency histograms regardless of log level Previously the latency histograms were tied to verbosity level which meant that they were not published unless using v=5. This makes the metrics always visible.
gagliardetto
added a commit
that referenced
this issue
Oct 4, 2024
* Use custom temp dir for gsfa * Flush based on performance * Fix tmpDir * Max is 1000 * Remove /health and /metrics req logging; closes #127 * Move metrics to metrics package * Prometheus for index and car lookups; closes #126 * Cleanup metrics; closes #128 * gsfa: include pubkeys from address lookup tables * Miner info: use exponential retry * Fix tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We would like to have histograms for the time it takes to run a index lookup.
This should be: per index type, have buckets from 0.1 ns to 1 s ?
The text was updated successfully, but these errors were encountered: