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