Skip to content

Commit 97bfc51

Browse files
author
Ashish
committed
enable gzip config by default
1 parent 95f277d commit 97bfc51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/default.conf

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

3333
pitchfork {
34-
enabled = true
34+
enabled = false
3535
port = 9411
3636
http.threads {
3737
max = 16

0 commit comments

Comments
 (0)