Skip to content

Commit

Permalink
fix(llm-example): add datastore setup (#4038)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias authored Oct 2, 2024
1 parent 728de93 commit 9673f4f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/quick-start-llm-python/tests/tracing-backend.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
type: DataStore
spec:
id: current
name: Jaeger
type: jaeger
default: true
jaeger:
endpoint: jaeger:16685
headers:
"": ""
tls:
insecure: true

0 comments on commit 9673f4f

Please sign in to comment.