From 9673f4f0bcca9ee7b51a3d29e2c3c58bf2a5abc1 Mon Sep 17 00:00:00 2001 From: Daniel Baptista Dias Date: Wed, 2 Oct 2024 16:31:00 -0300 Subject: [PATCH] fix(llm-example): add datastore setup (#4038) --- .../tests/tracing-backend.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/quick-start-llm-python/tests/tracing-backend.yaml diff --git a/examples/quick-start-llm-python/tests/tracing-backend.yaml b/examples/quick-start-llm-python/tests/tracing-backend.yaml new file mode 100644 index 0000000000..88c8854288 --- /dev/null +++ b/examples/quick-start-llm-python/tests/tracing-backend.yaml @@ -0,0 +1,12 @@ +type: DataStore +spec: + id: current + name: Jaeger + type: jaeger + default: true + jaeger: + endpoint: jaeger:16685 + headers: + "": "" + tls: + insecure: true