Skip to content

Latest commit

 

History

History
77 lines (35 loc) · 2.51 KB

File metadata and controls

77 lines (35 loc) · 2.51 KB

0.6.0 (2018-09-17)

Features

  • support Prometheus metrics (b2365b8)

0.5.0 (2018-09-12)

Bug Fixes

  • fix configuration reload issue, close #7 (e6e6a73)

Features

  • support metrics output when hunter agent existing (1a3d9e0)
  • support queue-size dynamic reloading (7b4a52b)

0.4.0 (2018-09-11)

Features

  • support flow control ability (dff0a3c)
  • support multiple kafka partitions by traceid of spans (28a822b)

0.3.1 (2018-09-07)

Bug Fixes

  • fix goroutines dump issue, close #6 (947736b)

Features

  • add build flags and version log (d771d26)

0.3.0 (2018-08-22)

Features

  • add Dockerfile (f33dddf)
  • do version control with glide (542b181)
  • update Makefile for dockerization (326888b)

0.2.0 (2018-08-20)

Features

  • add dumpproto related files (af52f99)
  • add more flags, add grpc server, add metrics server (fa1c04f)
  • change value of kafka message from traceproto to dumpproto definition (c71eeb1)
  • construct daemon infrastructure inspired by docker daemon (66b62bb)