starknet_transaction_prover: document observability surface in README#14203
starknet_transaction_prover: document observability surface in README#14203avi-starkware wants to merge 1 commit into
Conversation
PR SummaryLow Risk Overview The API reference now calls out A new Observability section documents health probe semantics (503 when saturated for the configured window, tied to Reviewed by Cursor Bugbot for commit 0563fbf. Bugbot is set up for automated code reviews on this repo. Configure here. |
52c576d to
e8341d9
Compare
dd5534f to
8798823
Compare
197f826 to
f6f9a32
Compare
84a465f to
e048443
Compare
f6f9a32 to
c783ab0
Compare
e048443 to
fa2eff6
Compare
c097e37 to
f3ee103
Compare
bc03f1e to
f47a44b
Compare
85c5cc9 to
31b5f68
Compare
f47a44b to
353e9ed
Compare
31b5f68 to
c77dae0
Compare
353e9ed to
894c08e
Compare
c77dae0 to
f8d830b
Compare
894c08e to
086a69c
Compare
f8d830b to
737a612
Compare
086a69c to
1745223
Compare
Adds a top-level Observability section to the README covering the HTTP-only side endpoints (`/health`, `/metrics`), the metric names and label sets, request-id propagation rules, the per-request log shape, the startup banner, and the graceful-shutdown / panic-hook contract. Updates the Environment variables table with `LOG_FORMAT` and `HEALTH_MAX_SATURATED_MS`, the JSON config table with `health_max_saturated_ms`, and the Logging subsection with the JSON format option and URL redaction note. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1745223 to
cd33cbf
Compare
737a612 to
0563fbf
Compare

Adds a top-level Observability section to the README covering the
HTTP-only side endpoints (
/health,/metrics), the metric names andlabel sets, request-id propagation rules, the per-request log shape, the
startup banner, and the graceful-shutdown / panic-hook contract.
Updates the Environment variables table with
LOG_FORMATandHEALTH_MAX_SATURATED_MS, the JSON config table withhealth_max_saturated_ms, and the Logging subsection with the JSONformat option and URL redaction note.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com