-
Notifications
You must be signed in to change notification settings - Fork 38
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 Prometheus metrics support to the decoder #15
Comments
Yeah Prometheus metrics would be very nice to have (and probably low-effort to setup). |
I think "decoder" in the title refers to I understand we're interested in the following metrics, broken down by block, or by transaction within
So I'm a bit skeptical of using Prometheus for the above, which I think shines with measurements like CPU % or throughput, perhaps broken down by a closed set - is this a hard requirement from ops? Reading the prometheus docs:
And looking at the API for the prometheus instrumentation crate, we can
My preference is we go more "Observability 2.0", and canonical log what we need using |
Prometheus is a hard req. |
Replaced by #797, where further discussions will follow. |
In the wake of plonky2 Issue #1513, add metrics support to the decoder as well.
The text was updated successfully, but these errors were encountered: