Skip to content

Commit 95f277d

Browse files
author
Ashish
committed
enable gzip config by default
1 parent 5203d62 commit 95f277d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docker/default.conf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
agents {
22
spans {
3-
enabled = true
3+
enabled = false
44
port = 35000
55
dispatchers {
66
kafka {
@@ -31,12 +31,13 @@ agents {
3131
}
3232

3333
pitchfork {
34-
enabled = false
34+
enabled = true
3535
port = 9411
3636
http.threads {
3737
max = 16
3838
min = 2
3939
}
40+
gzip.enabled = true
4041
idle.timeout.ms = 60000
4142
stop.timeout.ms = 30000
4243
accept.null.timestamps = false
@@ -51,4 +52,4 @@ agents {
5152
}
5253
}
5354
}
54-
}
55+
}

0 commit comments

Comments
 (0)