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

[docs] Add better explanation for what Agent does #3257

Closed
adnanrahic opened this issue Oct 13, 2023 · 1 comment
Closed

[docs] Add better explanation for what Agent does #3257

adnanrahic opened this issue Oct 13, 2023 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@adnanrahic
Copy link
Contributor

adnanrahic commented Oct 13, 2023

Updates for config > agent config.

The agent does two things:

  • listens for new tests you run from app.tracetest.io and 'executes' the trigger locally (in the env where it is running, which can be localhost, docker, or kubernetes) and returns the response from the trigger
  • listens in docker for traffic on 4317 / 4318 for OTel spans to capture the trace info and relays that to app.tracetest.io

With both the response and trace, you can build tests off of either (or both)

Add a new page for concepts > agent.

More specific explanation with a drawing illustrating what it does including how it triggers tests and listens for traces.

@adnanrahic adnanrahic added the documentation Improvements or additions to documentation label Oct 13, 2023
@adnanrahic adnanrahic self-assigned this Oct 13, 2023
@adnanrahic
Copy link
Contributor Author

Fixed by #3271

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant