Skip to content
New issue

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

Add ability to introduce fake anomalies. #3

Open
smayzak opened this issue Nov 21, 2014 · 1 comment
Open

Add ability to introduce fake anomalies. #3

smayzak opened this issue Nov 21, 2014 · 1 comment

Comments

@smayzak
Copy link
Contributor

smayzak commented Nov 21, 2014

I would love to be able to have a way to say, generate 10 days worth of data but add spikes for different countries, or add more 500/404 response codes at random intervals etc. Does that make sense?

@spalger
Copy link
Contributor

spalger commented Nov 21, 2014

This is definitely something I'd like to include. While modifying the documents seems simple enough, I haven't been able to wrap my head around how to implement it yet.

At this point, we're thinking anomaly types would be defined in their own file, including one or more is as simple as makelogs --anomaly chinese-spiders --anomaly server-instability. These files would transform the events by defining functions that can: modify the arguments used to generate events, transform each event before storage, or run after event creation is complete.

@simianhacker simianhacker self-assigned this Nov 21, 2014
@simianhacker simianhacker removed their assignment Apr 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants