starknet_transaction_prover: HTTP request count + latency + in-flight metrics#14169
starknet_transaction_prover: HTTP request count + latency + in-flight metrics#14169avi-starkware wants to merge 1 commit into
Conversation
PR SummaryLow Risk Overview The layer emits Tests use a new Reviewed by Cursor Bugbot for commit 83d004c. Bugbot is set up for automated code reviews on this repo. Configure here. |
7d179cb to
a0e7299
Compare
6c02d2b to
2af08ad
Compare
00671e6 to
68683f0
Compare
47068b1 to
eea5655
Compare
00f7551 to
b51be4a
Compare
eea5655 to
df42f2f
Compare
… metrics Adds `HttpMetricsLayer` placed between the monitoring endpoints and the rest of the stack so probes/scrapes don't distort the request-latency distribution. Records request count by bounded method/status labels, end-to-end latency, and in-flight gauge. Also adds a shared test recorder helper that installs the global Prometheus recorder once across the test binary. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
df42f2f to
83d004c
Compare
b51be4a to
396774b
Compare

Adds
HttpMetricsLayerplaced between the monitoring endpoints and therest of the stack so probes/scrapes don't distort the request-latency
distribution. Records request count by bounded method/status labels,
end-to-end latency, and in-flight gauge. Also adds a shared test recorder
helper that installs the global Prometheus recorder once across the
test binary.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com