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

@ -53,7 +53,7 @@ from llama_stack.apis.inference.inference import (
OpenAIChatCompletionContentPartTextParam,
)
from llama_stack.apis.models import Model, ModelType
from llama_stack.apis.telemetry import MetricEvent, MetricInResponse
from llama_stack.core.telemetry.telemetry import MetricEvent, MetricInResponse
from llama_stack.core.telemetry.tracing import enqueue_event, get_current_span
from llama_stack.log import get_logger
from llama_stack.models.llama.llama3.chat_format import ChatFormat