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 points at A new Observability section documents probe behavior (including saturation-driven 503 tied to Reviewed by Cursor Bugbot for commit f6f9a32. Bugbot is set up for automated code reviews on this repo. Configure here. |
52c576d to
e8341d9
Compare
dd5534f to
8798823
Compare
e8341d9 to
197f826
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>
197f826 to
f6f9a32
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