hermes-agent/agent/monitoring
Victor Kyriazakos cc80dba96f feat(monitoring): add hermes.gateway.background_delegations (unit/slot count)
Complements the task-granular background_work with the async-delegation
UNIT count (each dispatch/batch = 1), recovering the pool-slot semantics
active_count() gives. Together: background_work = real concurrent subagent
load (batch expanded), background_delegations = slot pressure to alert
against delegation.max_concurrent_children. Registered in metric_names,
documented, and covered by a task-vs-unit contract test.
2026-07-25 02:30:20 +00:00
..
__init__.py
cron_health.py fix(monitoring): correct cron operational signals 2026-07-24 18:54:46 +00:00
emitter.py fix(monitoring): drain terminal lifecycle events 2026-07-24 18:54:45 +00:00
events.py feat(monitoring): add cron operational telemetry 2026-07-24 18:54:46 +00:00
gateway_health.py fix(monitoring): enrich gateway diagnostic scope 2026-07-24 18:54:46 +00:00
gateway_health_export.py feat(monitoring): add hermes.gateway.background_delegations (unit/slot count) 2026-07-25 02:30:20 +00:00
otlp_exporter.py feat(monitoring): add cron operational telemetry 2026-07-24 18:54:46 +00:00
policy.py fix(monitoring): address review — persist install_id, drop dead config, single redaction path 2026-07-24 18:54:45 +00:00
redaction.py fix(monitoring): enrich gateway diagnostic scope 2026-07-24 18:54:46 +00:00