report-click.toml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. # This is a TOML document. Boom.
  2. version = "2.0.0"
  3. user = "nobody"
  4. pid = "/tmp/report-click.pid"
  5. dir = "./"
  6. perf = "127.0.0.1:6180"
  7. checkFile = "/data/www/report-click.html"
  8. family = "report-click"
  9. address = ""
  10. env = "dev"
  11. [infoc2]
  12. [infoc2.realTime]
  13. taskID = "000146"
  14. proto = "tcp"
  15. addr = "172.16.113.149:15140"
  16. chanSize = 10240
  17. [infoc2.statistics]
  18. taskID = "000891"
  19. proto = "tcp"
  20. addr = "172.19.100.20:5401"
  21. chanSize = 10240
  22. [tracer]
  23. proto = "udp"
  24. addr = "172.16.33.46:5140"
  25. tag = "platform/report-click"
  26. [xlog]
  27. dir = "/data/log/report-click/"
  28. # [xlog.elk]
  29. # project = "report_click"
  30. # addr = "172.18.20.17:8520"
  31. # chanSize = 1024
  32. [app]
  33. key = "53e2fa226f5ad348"
  34. secret = "3cf6bd1b0ff671021da5f424fea4b04a"
  35. [identify]
  36. whiteAccessKey = ""
  37. whiteMid = 0
  38. csrfOn = false
  39. [identify.app]
  40. key = "53e2fa226f5ad348"
  41. secret = "3cf6bd1b0ff671021da5f424fea4b04a"
  42. [identify.memcache]
  43. name = "go-business/identify"
  44. proto = "tcp"
  45. addr = "172.16.0.148:11211"
  46. active = 5
  47. idle = 10
  48. dialTimeout = "1s"
  49. readTimeout = "1s"
  50. writeTimeout = "1s"
  51. idleTimeout = "80s"
  52. [identify.host]
  53. auth = "http://passport.bilibili.co"
  54. secret = "http://open.bilibili.co"
  55. [identify.httpClient]
  56. key = "53e2fa226f5ad348"
  57. secret = "3cf6bd1b0ff671021da5f424fea4b04a"
  58. dial = "30ms"
  59. timeout = "100ms"
  60. keepAlive = "60s"
  61. [identify.httpClient.breaker]
  62. window = "10s"
  63. sleep = "100ms"
  64. bucket = 10
  65. ratio = 0.5
  66. request = 100
  67. [identify.httpClient.url]
  68. "http://passport.bilibili.co/intranet/auth/tokenInfo" = {timeout = "100ms"}
  69. "http://passport.bilibili.co/intranet/auth/cookieInfo" = {timeout = "100ms"}
  70. "http://open.bilibili.co/api/getsecret" = {timeout = "500ms"}
  71. [multiHttp]
  72. [multiHttp.outer]
  73. addrs = ["0.0.0.0:6181"]
  74. maxListen = 1000
  75. [multiHttp.local]
  76. addrs = ["0.0.0.0:6182"]
  77. maxListen = 1000
  78. [bm]
  79. addr = "0.0.0.0:6181"
  80. maxListen = 1000
  81. timeout = "800ms"
  82. [accRPC]
  83. policy=""
  84. color=""
  85. [accRPC.client]
  86. proto = "tcp"
  87. timeout = "1s"
  88. timer = 1000
  89. [accRPC.client.breaker]
  90. window ="3s"
  91. sleep ="100ms"
  92. bucket = 10
  93. ratio = 0.5
  94. request = 100
  95. [accRPC.conf]
  96. domain="api.bilibili.co"
  97. key="170e302355453683"
  98. secret="6037a2b881a004e23349d8d3120097ba"
  99. [hisRPC]
  100. pullInterval = "10s"
  101. [hisRPC.client]
  102. proto = "tcp"
  103. addr = "172.16.33.56:6009"
  104. timeout = "1s"
  105. timer = 1000
  106. [hisRPC.client.breaker]
  107. window ="3s"
  108. sleep ="100ms"
  109. bucket = 10
  110. ratio = 0.5
  111. request = 100
  112. [hisRPC.zookeeper]
  113. root = "/microservice/history/"
  114. addrs = ["172.16.33.54:2181"]
  115. timeout = "30s"
  116. [databus]
  117. [databus.Merge]
  118. key = "170e302355453683"
  119. secret= "6037a2b881a004e23349d8d3120097ba"
  120. group= "ClickMerge-MainCommunity-P"
  121. topic= "ClickMerge-T"
  122. action="pub"
  123. name = "report-click"
  124. proto = "tcp"
  125. addr = "172.16.33.158:6205"
  126. idle = 100
  127. active = 100
  128. dialTimeout = "1s"
  129. readTimeout = "1s"
  130. writeTimeout = "1s"
  131. idleTimeout = "10s"
  132. [kafkaProducer]
  133. brokers = ["172.16.33.54:9092"]
  134. sync = true
  135. [kafkaProducer.zookeeper]
  136. root = "/kafka"
  137. addrs = ["172.16.33.54:2181"]
  138. timeout = "30s"
  139. # WebReport :0 关闭,1 全开,2 只开番剧 ,ground:true 落地,false 不落地
  140. [click]
  141. webSecret = "903ef99b5be1300f843b4adf2ca55410"
  142. outSecret = "57184ba1409f2a151f6a595630a882c7"
  143. aesKey = ""
  144. aesIv = ""
  145. aesSalt = ""
  146. aesKey2 = ""
  147. aesIv2 = ""
  148. aesSalt2 = ""
  149. playTopic = "count-log"
  150. WebReport = 1
  151. ground = true
  152. reportURL = "http://api.bilibili.co/x/internal/v2/history/report"
  153. From = [761]
  154. FromInline = [7140]
  155. InlineDuration = 10