Expand description
Single-shot ERROR on the first HTTP 429 from the telemetry proxy, which caps
each node’s hourly byte budget. Only the metrics push observes 429 (logs
retry via opentelemetry-otlp’s experimental-http-retry); compare_exchange
on the shared latch keeps it to one ERROR per process.
Functions§
- log_
rate_ 🔒limit_ once - Log a single ERROR on the first 429, deduped via
flag.env_filteris the activeESPRESSO_NODE_TELEMETRY_LOG;retry_after_secsis the parsedRetry-Afterheader, if numeric.