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

Sumo Logic Integration #3423

Closed
kdhamric opened this issue Dec 4, 2023 · 8 comments
Closed

Sumo Logic Integration #3423

kdhamric opened this issue Dec 4, 2023 · 8 comments
Assignees
Labels

Comments

@kdhamric
Copy link
Collaborator

kdhamric commented Dec 4, 2023

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/

@kdhamric
Copy link
Collaborator Author

kdhamric commented Dec 4, 2023

@sumo-drew Want to get Drew Horn's eyes on this...

@mathnogueira
Copy link
Contributor

mathnogueira commented Dec 6, 2023

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?

@mathnogueira
Copy link
Contributor

mathnogueira commented Dec 6, 2023

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.

@sumo-drew
Copy link

@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?

@mathnogueira
Copy link
Contributor

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.

@adnanrahic
Copy link
Contributor

adnanrahic commented Dec 13, 2023

I can take the lead on adding docs and examples for SumoLogic.
We have this page that needs more work: https://docs.tracetest.io/configuration/connecting-to-data-stores/sumologic/
And, we need an example app in the examples folder in the GitHub repo.

#3444

@adnanrahic adnanrahic linked a pull request Dec 15, 2023 that will close this issue
4 tasks
@adnanrahic adnanrahic removed a link to a pull request Dec 15, 2023
4 tasks
@adnanrahic
Copy link
Contributor

Update on the above. We've merged the docs work for Sumo Logic.

@adnanrahic
Copy link
Contributor

I think we can close this since we've added docs and examples for Sumo Logic.

@xoscar xoscar closed this as completed Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants