Skip to content

Commit

Permalink
chore: relax the defaults to include logger only.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchavezs committed Feb 4, 2020
1 parent dd09a1d commit d87a1fa
Showing 1 changed file with 1 addition and 45 deletions.
46 changes: 1 addition & 45 deletions docker/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,52 +3,8 @@ agents {
enabled = true
port = 35000
dispatchers {
kafka {
bootstrap.servers = "kafkasvc:9092"
producer.topic = "proto-spans"
buffer.memory = 1048576
retries = 2
}
}
}
ossblobs {
enabled = false
port = 35001
max.blob.size.in.kb = 512
dispatchers {
s3 {
keep.alive = true
max.outstanding.requests = 150
should.wait.for.upload = false
max.connections = 50
retry.count = 1
bucket.name = "haystack-blobs"
region = "us-east-1"
aws.access.key = "accessKey"
aws.secret.key = "secretKey"
}
}
}
logger {

pitchfork {
enabled = false
port = 9411
http.threads {
max = 16
min = 2
}
gzip.enabled = true
idle.timeout.ms = 60000
stop.timeout.ms = 30000
accept.null.timestamps = false
max.timestamp.drift.sec = -1

dispatchers {
kafka {
bootstrap.servers = "kafkasvc:9092"
producer.topic = "proto-spans"
buffer.memory = 1048576
retries = 2
}
}
}
Expand Down

0 comments on commit d87a1fa

Please sign in to comment.