mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-05 02:17:31 +00:00
chore(telemetry): more cleanup: remove apis.telemetry
# What does this PR do? ## Test Plan
This commit is contained in:
parent
63422e5b36
commit
ef9cb7519f
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