chore(telemetry): more cleanup: remove apis.telemetry (#3919)

# What does this PR do?


## Test Plan
CI
This commit is contained in:
ehhuang 2025-10-27 22:20:15 -07:00 committed by GitHub
parent 1c9a31d8bd
commit c077d01ddf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 403 additions and 451 deletions

View file

@ -31,7 +31,6 @@ from llama_stack.apis.scoring import Scoring
from llama_stack.apis.scoring_functions import ScoringFunctions
from llama_stack.apis.shields import Shields
from llama_stack.apis.synthetic_data_generation import SyntheticDataGeneration
from llama_stack.apis.telemetry import Telemetry
from llama_stack.apis.tools import RAGToolRuntime, ToolGroups, ToolRuntime
from llama_stack.apis.vector_io import VectorIO
from llama_stack.core.conversations.conversations import ConversationServiceConfig, ConversationServiceImpl
@ -67,7 +66,6 @@ class LlamaStack(
Safety,
SyntheticDataGeneration,
Datasets,
Telemetry,
PostTraining,
VectorIO,
Eval,