Skip to content

Commit

Permalink
add jaeger trace
Browse files Browse the repository at this point in the history
Signed-off-by: shaoting-huang <[email protected]>
  • Loading branch information
shaoting-huang committed May 23, 2024
1 parent 9613d36 commit bed7741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/milvus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -745,16 +745,16 @@ quotaAndLimits:
trace:
# trace exporter type, default is stdout,
# optional values: ['stdout', 'jaeger', 'otlp']
exporter: stdout
exporter: jaeger
# fraction of traceID based sampler,
# optional values: [0, 1]
# Fractions >= 1 will always sample. Fractions < 0 are treated as zero.
sampleFraction: 0
sampleFraction: 1
otlp:
endpoint: # "127.0.0.1:4318"
secure: true
jaeger:
url: # "http://127.0.0.1:14268/api/traces"
url: "http://tempo-distributor.tempo:14268/api/traces"
# when exporter is jaeger should set the jaeger's URL

autoIndex:
Expand Down

0 comments on commit bed7741

Please sign in to comment.