docs(observability): document shared metrics config
Signed-off-by: Alex Fournier <afournier@nvidia.com>
This commit is contained in:
parent
6f9f5b9b02
commit
0ddbb1f2bf
|
|
@ -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…
Reference in New Issue