mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-29 18:46:59 +00:00
docs(observability): document shared metrics config
Signed-off-by: Alex Fournier <afournier@nvidia.com>
This commit is contained in:
parent
6f9f5b9b02
commit
0ddbb1f2bf
1 changed files with 11 additions and 0 deletions
|
|
@ -1365,6 +1365,17 @@ display:
|
|||
# hooks_auto_accept: false
|
||||
|
||||
|
||||
# =============================================================================
|
||||
# Telemetry
|
||||
# =============================================================================
|
||||
# Shared metrics are disabled by default. When enabled, the current Phase 1
|
||||
# integration writes only allowlisted aggregate counters and immutable JSON
|
||||
# packages under $HERMES_HOME/telemetry/shared_metrics; it does not upload them.
|
||||
telemetry:
|
||||
shared_metrics:
|
||||
enabled: false
|
||||
|
||||
|
||||
# =============================================================================
|
||||
# Update Behavior
|
||||
# =============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue