https://signoz.io logo
Title
v

Vaishnavi Abirami

05/17/2023, 6:42 AM
Hi Team, I'm trying to do some time series forecasting and anomaly detection in opentelemetry trace data. I do not have enough production data with me to train my model so I decided to generate some synthetic data on my own and that didn't train my model well and the variations in the data was not sufficient. Does anyone know if any open source dataset exists already or is there a way to generate traces for past three months (just for an example) with good amount of variations in it
v

Vishal Sharma

05/18/2023, 4:27 AM
You can try synthetic load generator. https://github.com/Omnition/synthetic-load-generator
v

Vaishnavi Abirami

05/18/2023, 4:32 AM
@Vishal Sharma thanks for sharing this. Is there a way we can give inputs to generate traces from now-1month traces ?
v

Vishal Sharma

05/18/2023, 4:34 AM
No, we can only specify load for individual services.
To simulate more realistic micro-services setup, try https://github.com/open-telemetry/opentelemetry-demo
v

Vaishnavi Abirami

05/18/2023, 4:37 AM
Ok. In this repo, which make target generates traces