Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 220 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 220 Bytes

route-tag-rate

Provide tag "rate". Easy to use tag that vote to route traffic based on rate

Example config:

{
  tag: "rate-10",
  config: {
    voteSize: 10,
    rate: 0.1
  },
  handler: "route-tag-rate"
}