Skip to content

Release 0.3.3

Compare
Choose a tag to compare
@Albibek Albibek released this 01 Jun 07:05
· 192 commits to master since this release
7bbf88c
  • moved to new tokio, excluding consul(hyper is not ready yet)
  • retry strategy has beed added to carbon backend
  • carbon backend now has it's own section in config.toml. To use new config:
    • move backend parameter to [carbon] section as address
    • move backend-interval parameter to [carbon] section as interval
    • also note that new parameters has been added for retrying send. See config.toml in this repo for more information
  • ingress(internal meric) now counts packets instead of packet chunks
  • egress(internal metric) counting is now more precise
  • new version of bincode is used for peer protocol. Showed not to work with previous one, so restart will most probably be required