We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example, when importing this through docker:
[ { "name": "es1", "listen": "[::]:9200", "upstream": "elasticsearch:9200", "enabled": true, "toxics": [ { "name": "toxictest", "type": "latency", "stream": "upstream", "toxicity": 1.0, "attributes": { "latency": 15000, "jitter": 15000 } } ] },
Using docker-compose.yml like this:
toxiproxy: image: shopify/toxiproxy hostname: toxiproxy networks: - removed ports: - "9200:9200" - "9300:9300" - "5432:5432" - "8474:8474" command: -host=0.0.0.0 -config=/etc/config.json volumes: - ./toxiproxy/config.json:/etc/config.json
The specified toxic toxictest won't be imported. I think this is by design, but is there a nice way around this?
toxictest
The text was updated successfully, but these errors were encountered:
Hmm, this is exactly how I plan to use toxiproxy - did you ever find a solution?
Sorry, something went wrong.
Is there a maintainer around who could share some thoughts on this?
Duplicated #211
No branches or pull requests
Example, when importing this through docker:
Using docker-compose.yml like this:
The specified toxic
toxictest
won't be imported. I think this is by design, but is there a nice way around this?The text was updated successfully, but these errors were encountered: