We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8e7b17 + b7eef2c commit 58889a5Copy full SHA for 58889a5
1 file changed
docker/default.conf
@@ -29,4 +29,26 @@ agents {
29
}
30
31
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
54
0 commit comments