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

# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-10-27 11:20:07 -07:00
parent 63422e5b36
commit ef9cb7519f
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