mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-21 11:52:27 +00:00
chore(telemetry): more cleanup: remove apis.telemetry (#3919)
# What does this PR do? ## Test Plan CI
This commit is contained in:
parent
1c9a31d8bd
commit
c077d01ddf
7 changed files with 403 additions and 451 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue