2022-12-08 13:05:19 -03:00
..
2022-11-08 16:43:38 +01:00
2022-11-08 16:43:38 +01:00
2022-11-08 16:43:38 +01:00
2022-12-08 13:05:19 -03:00
2022-12-08 13:05:19 -03:00
2022-11-08 16:43:38 +01:00

toxic-config

Configures a given Toxiproxy proxy with a latency toxic.

For example, with a Toxiproxy instance running on localhost:8474 with a proxy called mysql configured:

go run . --proxy mysql --latency=1000 --jitter=250

will configure the mysql proxy with a latency toxic with latency and jitter set to the provided values.

toxic-config is intended to run as a sidecar container in a Kubernetes pod alongside the Toxiproxy instance to be configured.