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

Collect oTel sub-spans for interesting events #148

Open
cohix opened this issue Mar 8, 2022 · 0 comments
Open

Collect oTel sub-spans for interesting events #148

cohix opened this issue Mar 8, 2022 · 0 comments
Assignees

Comments

@cohix
Copy link
Contributor

cohix commented Mar 8, 2022

Right now we collect a sngle trace for the entire request in proxy mode.

We should instrument further with sub-spans to collect data like:

  • How long from the start of request processing did it take to start executing the sequence?
  • How long did the call to grav.Tunnel take?
  • How long did it take to execute each step in a sequence?
  • How long from the end of the sequence did it take to respond to the request?

It may not be possible to add all of these without a refactor, but they would be useful things to have.

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

No branches or pull requests

2 participants