mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-13 04:22:35 +00:00
fix(telemetry): add integration and unit tests for otel provider
This commit is contained in:
parent
53b3eda1f5
commit
e815738936
10 changed files with 1050 additions and 28 deletions
|
|
@ -6,6 +6,7 @@ from pydantic import BaseModel, Field
|
|||
type BatchSpanProcessor = Literal["batch"]
|
||||
type SimpleSpanProcessor = Literal["simple"]
|
||||
|
||||
|
||||
class OTelTelemetryConfig(BaseModel):
|
||||
"""
|
||||
The configuration for the OpenTelemetry telemetry provider.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue