|
@@ -138,11 +138,13 @@
|
|
|
- id: session-projection
|
|
- id: session-projection
|
|
|
name: '@deepseek-ai/dsh-session-projection'
|
|
name: '@deepseek-ai/dsh-session-projection'
|
|
|
|
|
|
|
|
- # Session telemetry is mounted but disabled by default. DSH_TELEMETRY_MODE
|
|
|
|
|
- # explicitly opts into FULL or FEEDBACK_ONLY reporting; uploading mirrors
|
|
|
|
|
- # session-log records onto OTLP/HTTP logs with no session-telemetry/record redaction
|
|
|
|
|
- # rule, so exports are the raw captured copy. The deployment stance, env
|
|
|
|
|
- # seams, and follow-ups are pinned in the default-off Agent Note.
|
|
|
|
|
|
|
+ # Session telemetry defaults to feedback-gated sharing: FEEDBACK_ONLY
|
|
|
|
|
+ # uploads the canonical session-log prefix only after the user records
|
|
|
|
|
+ # /feedback. DSH_TELEMETRY_MODE overrides to FULL or DISABLED; uploading
|
|
|
|
|
+ # mirrors session-log records onto OTLP/HTTP logs with no session-telemetry/record
|
|
|
|
|
+ # redaction rule, so exports are the raw captured copy. The deployment
|
|
|
|
|
+ # stance, env seams, and follow-ups are pinned in the feedback-gated-default
|
|
|
|
|
+ # Agent Note.
|
|
|
# DSH_TELEMETRY_OTLP_URL overrides the production endpoint. A non-empty
|
|
# DSH_TELEMETRY_OTLP_URL overrides the production endpoint. A non-empty
|
|
|
# DSH_TELEMETRY_DISABLED — any value, including '0'/'false' — opts the
|
|
# DSH_TELEMETRY_DISABLED — any value, including '0'/'false' — opts the
|
|
|
# process out (the launchers patch the row disabled; config cannot disable
|
|
# process out (the launchers patch the row disabled; config cannot disable
|
|
@@ -160,7 +162,7 @@
|
|
|
- id: session-telemetry-otel
|
|
- id: session-telemetry-otel
|
|
|
name: '@deepseek-ai/dsh-session-telemetry-otel'
|
|
name: '@deepseek-ai/dsh-session-telemetry-otel'
|
|
|
config:
|
|
config:
|
|
|
- mode: !!js process.env.DSH_TELEMETRY_MODE || 'DISABLED'
|
|
|
|
|
|
|
+ mode: !!js process.env.DSH_TELEMETRY_MODE || 'FEEDBACK_ONLY'
|
|
|
shutdownTimeoutMillis: 3000
|
|
shutdownTimeoutMillis: 3000
|
|
|
exporter:
|
|
exporter:
|
|
|
url: !!js process.env.DSH_TELEMETRY_OTLP_URL ?? 'https://harness-telemetry.deepseeksvc.com/v1/logs'
|
|
url: !!js process.env.DSH_TELEMETRY_OTLP_URL ?? 'https://harness-telemetry.deepseeksvc.com/v1/logs'
|