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

@ -21,8 +21,8 @@ from typing_extensions import TypedDict
from llama_stack.apis.common.content_types import ContentDelta, InterleavedContent
from llama_stack.apis.common.responses import Order
from llama_stack.apis.models import Model
from llama_stack.apis.telemetry import MetricResponseMixin
from llama_stack.apis.version import LLAMA_STACK_API_V1, LLAMA_STACK_API_V1ALPHA
from llama_stack.core.telemetry.telemetry import MetricResponseMixin
from llama_stack.core.telemetry.trace_protocol import trace_protocol
from llama_stack.models.llama.datatypes import (
BuiltinTool,