hermes-agent/tests/telemetry
emozilla 72b7af73bd refactor(telemetry): drop "plane" terminology
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.
2026-07-24 18:54:45 +00:00
..
__init__.py
test_cli_telemetry.py refactor(telemetry): drop "plane" terminology 2026-07-24 18:54:45 +00:00
test_emitter.py
test_export_redaction.py refactor(telemetry): drop "plane" terminology 2026-07-24 18:54:45 +00:00
test_exporter_bulk.py
test_governance.py refactor(telemetry): drop "plane" terminology 2026-07-24 18:54:45 +00:00
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