mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
Rename the telemetry tiers away from the borrowed control-plane/data-plane jargon to plain language, across code, CLI output, config, and docs: - "local plane" -> "local telemetry" - "aggregate plane" -> "aggregate metrics" - "trajectories plane" -> "trajectories" / "telemetry.trajectories" - "three planes with a hard wall" -> "three settings, isolated from each other" User-facing `hermes telemetry status` now reads "Local telemetry: on" / "Aggregate metrics: off" / "Content export: off (trajectories disabled)". The OTLP resource attribute key telemetry.plane is renamed to telemetry.scope (wire-level identifier; nothing consumes it yet). No behavior change — wording only. Status renders identically apart from the labels; tests updated to match the new strings. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_cli_telemetry.py | ||
| test_emitter.py | ||
| test_export_redaction.py | ||
| test_exporter_bulk.py | ||
| test_governance.py | ||
| test_insights_integration.py | ||
| test_otlp_exporter.py | ||
| test_plugin_autoload.py | ||
| test_plugin_hooks.py | ||
| test_policy_consent.py | ||
| test_rollup.py | ||
| test_schema_migration.py | ||