mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-30 19:09:28 +00:00
docs(monitoring): clarify bounded cron flush
This commit is contained in:
parent
a65a647b04
commit
2a46acc9be
1 changed files with 3 additions and 3 deletions
|
|
@ -48,9 +48,9 @@ hermes monitoring status
|
|||
|
||||
The OpenTelemetry SDK is an optional extra (`pip install 'hermes-agent[otlp]'`),
|
||||
lazy-installed on first use. When the SDK is missing or the endpoint is down,
|
||||
the gateway runs unaffected: every export path is fail-open and off the hot
|
||||
path (events flow through a fire-and-forget in-process emitter; a slow or
|
||||
failing exporter can never block gateway code).
|
||||
the gateway runs unaffected: metric collection and ordinary event export stay
|
||||
off the hot path, while terminal cron events make one bounded fail-open flush
|
||||
attempt of up to one second so the final state is less likely to be lost.
|
||||
|
||||
Works identically under systemd/launchd/s6 supervision, containers, tmux, or
|
||||
a plain `hermes gateway run` — the exporter lives in the gateway process, so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue