llama-stack-mirror/llama_stack/providers/utils
Dinesh Yeduguru d8a20e034b
feat: make telemetry attributes be dict[str,PrimitiveType] (#1055)
# What does this PR do?
Make attributes in telemetry be only primitive types and avoid arbitrary
nesting.

## Test Plan
```
 LLAMA_STACK_DISABLE_VERSION_CHECK=true llama stack run ~/.llama/distributions/fireworks/fireworks-run.yaml
LLAMA_STACK_BASE_URL=http://localhost:8321 pytest -v tests/client-sdk/agents/test_agents.py  -k "test_builtin_tool_web_search"
# Verified that attributes still show up correclty in jaeger
```
2025-02-11 15:10:17 -08:00
..
bedrock Fix precommit check after moving to ruff (#927) 2025-02-02 06:46:45 -08:00
common Fix precommit check after moving to ruff (#927) 2025-02-02 06:46:45 -08:00
datasetio Update the "InterleavedTextMedia" type (#635) 2024-12-17 11:18:31 -08:00
inference Support sys_prompt behavior in inference (#937) 2025-02-03 23:35:16 -08:00
kvstore Fix precommit check after moving to ruff (#927) 2025-02-02 06:46:45 -08:00
memory feat: Add a new template for dell (#978) 2025-02-06 14:14:39 -08:00
scoring Fix precommit check after moving to ruff (#927) 2025-02-02 06:46:45 -08:00
telemetry feat: make telemetry attributes be dict[str,PrimitiveType] (#1055) 2025-02-11 15:10:17 -08:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00