Skip to content

Commit

Permalink
[CLN]: fix local tracing in distributed (#2115)
Browse files Browse the repository at this point in the history
## Description of changes

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
	 - Fix local tracing with jaeger
  • Loading branch information
nicolasgere authored May 3, 2024
1 parent e96c545 commit 9a27d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/distributed-chroma/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ sysdb:
replicaCount: 1
env:
- name: OPTL_TRACING_ENDPOINT
value: 'value: "http://jaeger:4317"'
value: 'value: "jaeger:4317"'
flags:

logService:
Expand All @@ -48,7 +48,7 @@ logService:
tag: 'log-service'
env:
- name: OPTL_TRACING_ENDPOINT
value: 'value: "http://jaeger:4317"'
value: 'value: "jaeger:4317"'
flags:

queryService:
Expand Down

0 comments on commit 9a27d16

Please sign in to comment.