From 89cd54094ca4affe80c855f483f4d02d256601ac Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 2 Dec 2023 11:22:40 -0800 Subject: [PATCH] (docs) proxy: add example OTEL config yaml --- .../proxy/example_config_yaml/opentelemetry_config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 litellm/proxy/example_config_yaml/opentelemetry_config.yaml diff --git a/litellm/proxy/example_config_yaml/opentelemetry_config.yaml b/litellm/proxy/example_config_yaml/opentelemetry_config.yaml new file mode 100644 index 0000000000..92d3454d7d --- /dev/null +++ b/litellm/proxy/example_config_yaml/opentelemetry_config.yaml @@ -0,0 +1,7 @@ +model_list: + - model_name: gpt-3.5-turbo + litellm_params: + model: gpt-3.5-turbo + +general_settings: + otel: True # OpenTelemetry Logger this logs OTEL data to your collector