Skip to content

Commit

Permalink
chore(docker): relax the default config for docker by including only …
Browse files Browse the repository at this point in the history
…docker.
  • Loading branch information
jcchavezs committed Feb 4, 2020
1 parent ff3f0b9 commit da60199
Showing 1 changed file with 2 additions and 46 deletions.
48 changes: 2 additions & 46 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"
}
}
}

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
logger {

}
}
}
Expand Down

0 comments on commit da60199

Please sign in to comment.