@@ -15,7 +15,7 @@ defaults:
15
15
replicaCount : 3
16
16
natsPort : 4222
17
17
jaegerCollectorPort : 4318
18
- jaegerTraceRatio : 10
18
+ jaegerTraceRatio : 1.0
19
19
sendTelemetry : true
20
20
eventStreamURL : " magistrala-nats:4222"
21
21
@@ -234,7 +234,7 @@ auth:
234
234
# tag: "latest"
235
235
# pullPolicy: "IfNotPresent"
236
236
# Log level for the auth service. Common options are "debug", "info", "warn", "error".
237
- # jaegerTraceRatio: 10
237
+ # jaegerTraceRatio: 1.0
238
238
# sendTelemetry: true
239
239
httpPort : 8189
240
240
grpcPort : 8181
@@ -274,7 +274,7 @@ users:
274
274
# repository: "magistrala/users"
275
275
# tag: "latest"
276
276
# pullPolicy: "IfNotPresent"
277
- # jaegerTraceRatio: 10
277
+ # jaegerTraceRatio: 1.0
278
278
# sendTelemetry: true
279
279
# logLevel: "info"
280
280
httpPort : 9002
@@ -361,7 +361,7 @@ bootstrap:
361
361
repository : " magistrala/bootstrap"
362
362
tag : " latest"
363
363
pullPolicy : " IfNotPresent"
364
- jaegerTraceRatio : 10
364
+ jaegerTraceRatio : 1.0
365
365
sendTelemetry : true
366
366
logLevel : " info"
367
367
httpPort : 9013
@@ -399,7 +399,7 @@ certs:
399
399
# repository: "magistrala/certs"
400
400
# tag: "latest"
401
401
# pullPolicy: "IfNotPresent"
402
- # jaegerTraceRatio: 10
402
+ # jaegerTraceRatio: 1.0
403
403
# sendTelemetry: true
404
404
httpPort : 9019
405
405
logLevel : " info"
@@ -443,7 +443,7 @@ invitations:
443
443
# repository: "magistrala/invitations"
444
444
# tag: "latest"
445
445
# pullPolicy: "IfNotPresent"
446
- # jaegerTraceRatio: 10
446
+ # jaegerTraceRatio: 1.0
447
447
# sendTelemetry: true
448
448
# logLevel: "info"
449
449
httpPort : 9020
@@ -478,7 +478,7 @@ journal:
478
478
# repository: "magistrala/journal"
479
479
# tag: "latest"
480
480
# pullPolicy: "IfNotPresent"
481
- # jaegerTraceRatio: 10
481
+ # jaegerTraceRatio: 1.0
482
482
# sendTelemetry: true
483
483
# logLevel: "info"
484
484
httpPort : 9021
@@ -521,7 +521,7 @@ timescaledb:
521
521
# repository: "magistrala/timescale-reader"
522
522
# tag: "latest"
523
523
# pullPolicy: "IfNotPresent"
524
- # jaegerTraceRatio: 10
524
+ # jaegerTraceRatio: 1.0
525
525
# sendTelemetry: true
526
526
# logLevel: "info"
527
527
enabled : true
@@ -535,7 +535,7 @@ timescaledb:
535
535
# repository: "magistrala/timescale-writer"
536
536
# tag: "latest"
537
537
# pullPolicy: "IfNotPresent"
538
- # jaegerTraceRatio: 10
538
+ # jaegerTraceRatio: 1.0
539
539
# sendTelemetry: true
540
540
# logLevel: "info"
541
541
# nodeSelector: {}
0 commit comments