mefellows / muxy

Chaos engineering tool for simulating real-world distributed system failures
MIT License
823 stars 31 forks source link

Support randomness in symptoms #17

Closed mefellows closed 7 years ago

mefellows commented 7 years ago

Ability to add randomness to when a symptom (any symptom) fires, e.g.

  - name: delay
    config:
      request_delay:  100              # Delay in ms to apply to request
      response_delay: 500              # Delay in ms to apply to response
      matching_rules:
        probability: 20                # Probability of delay