-
Notifications
You must be signed in to change notification settings - Fork 344
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 example application(s) #57
Comments
Could we use the HOTRod application here? |
depends for what we need it. If it's to showcase operator then yes. If it's for e2e tests I would rather have something simpler. The hotrod can change and it would break tests. We could even use more sophisticated app to generate spans like - jaegertracing/jaeger#1245 or https://github.com/yurishkuro/microsim |
The main goal of this application is to provide users with a simple application to assess their environment is sane. Similarly, we'll use it for our e2e tests. I'd rather not use Hot ROD, but rather, something that generates a fixed number of spans/traces per request, so that we can ensure all the expected data was received by the collector. |
We have a sample CR based on the image we use for e2e tests. This might be sufficient for now. |
As seen on #52 (comment) , we need a simple application that generates traces. This application can then be used in the different deployment scenarios and e2e tests.
The text was updated successfully, but these errors were encountered: