mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 14:52:37 +00:00
Renames otel config from jaeger to otel
Signed-off-by: Adrian Cole <adrian.cole@elastic.co>
This commit is contained in:
parent
66440e2c20
commit
54bceb92da
3 changed files with 4 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ from llama_stack.distribution.utils.config_dirs import RUNTIME_BASE_DIR
|
|||
|
||||
|
||||
class TelemetrySink(str, Enum):
|
||||
JAEGER = "jaeger"
|
||||
OTEL = "otel"
|
||||
SQLITE = "sqlite"
|
||||
CONSOLE = "console"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue