chore: distrogen enables telemetry by default

# What does this PR do?


## Test Plan
Telemetry provider was added to all distributions in the latest commit
but the protocol mapping was missing, causing a KeyError when the stack
tried to validate provider compliance.
This commit is contained in:
Eric Huang 2025-10-16 11:21:12 -07:00
parent f22aaef42f
commit 3679612b5f
14 changed files with 29 additions and 0 deletions

View file

@ -240,3 +240,5 @@ tool_groups:
provider_id: rag-runtime
server:
port: 8321
telemetry:
enabled: true