-
Notifications
You must be signed in to change notification settings - Fork 74
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
Sumo Logic Integration #3423
Comments
@sumo-drew Want to get Drew Horn's eyes on this... |
So my understanding by reading the API docs is that I need to call these APIs:
@sumo-drew is that the best way of retrieving a complete trace? Or is there a better one? |
I don't know if that's possible, but could we get a free account just to run integration tests against this vendor? I would like to automate all vendor integration tests so we ensure they are working in all releases. |
@kdhamric , @mathnogueira - Yes those are the endpoints. How many traces are we talking about pulling into TraceTest? Every trace ever created from an automated test? Do you need the entire trace and all attributes all at once? |
Basically we need to get one trace per test. We will call the first endpoint a couple of times to ensure the trace has stopped receiving new spans and then call the second endpoint for each span as we need all attributes and events from each span. |
I can take the lead on adding docs and examples for SumoLogic. |
Update on the above. We've merged the docs work for Sumo Logic. |
I think we can close this since we've added docs and examples for Sumo Logic. |
Provide a direct integration for Sumo Logic to support it within Tracetest as a trace data source.
Drew Horn from Sumo Logic provided some links that can help:
https://api.us2.sumologic.com/docs/#tag/traces
https://www.sumologic.com/app-development-checklist/
The text was updated successfully, but these errors were encountered: