-
Notifications
You must be signed in to change notification settings - Fork 22
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
Create test trace data and ingest it into a test instance of Open Search in aws #105
Comments
Some notes:
I think that development with local traces might be possible for now. |
Further notes:
|
Let us know if you want us to look into this! |
Worth checking to see if we already have something like this set up, but we need a way to create a view traces in open search.
Assuming we do not already have a test instance of open search service in aws with valid traces, we will likely need to:
In this pre-req section there's some talk on how to do this: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/trace-analytics.html although it's possible there might be better sample apps already. They mention X-Ray I wonder if it's possible to use the same test apps we have from x-ray and send that data to open search somehow? I think theoretically it should also be easy to sort of fake a trace if we know the proper format, as opensearch can ingest data with a curl script, but is probably best long term to have a test app with real traces we can play with.
found another test data app here: https://opensearch.org/docs/2.6/observing-your-data/trace/getting-started/
more helpful info here: https://docs.google.com/document/d/1l8HYKvCddF9jUdkAV0TkHU6fsWFs8T1s-gLWbaGLtog/edit
The text was updated successfully, but these errors were encountered: