dynamic-service-test.toml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. [rule]
  2. tickRegion = "5s"
  3. tickTag = "20s"
  4. numArcs = 5
  5. numIndexArcs = 10
  6. minRegionCount = 15
  7. [host]
  8. liveURI = "http://api.live.bilibili.co"
  9. apiURI = "http://api.bilibili.co"
  10. bigDataURI = "http://data.bilibili.co"
  11. [log]
  12. family = "dynamic-service"
  13. dir = "/data/log/dynamic-service/"
  14. [app]
  15. key = "7c7ac0db1aa05587"
  16. secret = "9a6d62d93290c5f771ad381e9ca23f26"
  17. [httpClient]
  18. [httpClient.read]
  19. key = "7c7ac0db1aa05587"
  20. secret = "9a6d62d93290c5f771ad381e9ca23f26"
  21. dial = "1s"
  22. timeout = "1s"
  23. keepAlive = "60s"
  24. timer = 1000
  25. [httpClient.write]
  26. key = "7c7ac0db1aa05587"
  27. secret = "9a6d62d93290c5f771ad381e9ca23f26"
  28. dial = "1s"
  29. timeout = "3s"
  30. keepAlive = "60s"
  31. timer = 1000
  32. [HTTPServer]
  33. addr = "0.0.0.0:6231"
  34. timeout = "1s"
  35. [identify]
  36. whiteAccessKey = ""
  37. whiteMid = 0
  38. [identify.app]
  39. key = "7c7ac0db1aa05587"
  40. secret = "9a6d62d93290c5f771ad381e9ca23f26"
  41. [identify.host]
  42. auth = "http://passport.bilibili.com"
  43. secret = "http://open.bilibili.com"
  44. [identify.httpClient]
  45. key = "7c7ac0db1aa05587"
  46. secret = "9a6d62d93290c5f771ad381e9ca23f26"
  47. dial = "30ms"
  48. timeout = "150ms"
  49. keepAlive = "60s"
  50. [identify.httpClient.breaker]
  51. window ="10s"
  52. sleep ="100ms"
  53. bucket = 10
  54. ratio = 0.5
  55. request = 100
  56. [identify.httpClient.url]
  57. "http://passport.bilibili.co/intranet/auth/tokenInfo" = {timeout = "100ms"}
  58. "http://passport.bilibili.co/intranet/auth/cookieInfo" = {timeout = "100ms"}
  59. "http://open.bilibili.co/api/getsecret" = {timeout = "500ms"}
  60. [archiveRPC]
  61. timeout = "1s"
  62. [memcache]
  63. name = "dynamic-service"
  64. proto = "tcp"
  65. addr = "172.16.33.54:11211"
  66. idle = 5
  67. active = 10
  68. dialTimeout = "1s"
  69. readTimeout = "1s"
  70. writeTimeout = "1s"
  71. idleTimeout = "10s"
  72. expire = "24h"