We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We observed the /metrics endpoint became unavailable for a client when under heavy load.
/metrics
We cannot reproduce, but observed the following:
10,000 proof solutions are submitted per block, only four are accepted
11223
No suspicious logs were noticed around block 11223, logs are available upon request.
From the PrometheusBuilder::install documentation: a new single-threaded Tokio runtime is created on a background thread, and the exporter is spawned there.
a new single-threaded Tokio runtime is created on a background thread, and the exporter is spawned there.
SnarkOS version: dde9e176123130355a4686cf8241f111e04094b3 Ubuntu 22.04.2 LTS (GNU/Linux 5.15.0-67-generic x86_64), 16 cores Flags used: snarkos start --client --nocdn --nodisplay --rest <> --node <> --verbosity 1 --metrics --peers <> --rest-rps 100000
dde9e176123130355a4686cf8241f111e04094b3
snarkos start --client --nocdn --nodisplay --rest <> --node <> --verbosity 1 --metrics --peers <> --rest-rps 100000
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug Report
We observed the
/metrics
endpoint became unavailable for a client when under heavy load.Steps to Reproduce
We cannot reproduce, but observed the following:
/metrics
endpoint10,000 proof solutions are submitted per block, only four are accepted
11223
at average speed of 1.88 seconds per block, the/metrics
endpoint became unavailable.No suspicious logs were noticed around block
11223
, logs are available upon request.From the PrometheusBuilder::install documentation:
a new single-threaded Tokio runtime is created on a background thread, and the exporter is spawned there.
Your Environment
SnarkOS version:
dde9e176123130355a4686cf8241f111e04094b3
Ubuntu 22.04.2 LTS (GNU/Linux 5.15.0-67-generic x86_64), 16 cores
Flags used:
snarkos start --client --nocdn --nodisplay --rest <> --node <> --verbosity 1 --metrics --peers <> --rest-rps 100000
The text was updated successfully, but these errors were encountered: