Skip to content

Commit b7eef2c

Browse files
author
Ashish
committed
add pitchfork in default config for docker
1 parent d8e7b17 commit b7eef2c

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

docker/default.conf

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,26 @@ agents {
2929
}
3030
}
3131
}
32+
33+
pitchfork {
34+
enabled = false
35+
port = 9411
36+
http.threads {
37+
max = 16
38+
min = 2
39+
}
40+
idle.timeout.ms = 60000
41+
stop.timeout.ms = 30000
42+
accept.null.timestamps = false
43+
max.timestamp.drift.sec = -1
44+
45+
dispatchers {
46+
kafka {
47+
bootstrap.servers = "kafkasvc:9092"
48+
producer.topic = "proto-spans"
49+
buffer.memory = 1048576
50+
retries = 2
51+
}
52+
}
53+
}
3254
}

0 commit comments

Comments
 (0)