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

Generalize dtrace support for other tracing tools #664

Open
adamchalmers opened this issue May 4, 2023 · 0 comments
Open

Generalize dtrace support for other tracing tools #664

adamchalmers opened this issue May 4, 2023 · 0 comments

Comments

@adamchalmers
Copy link
Contributor

adamchalmers commented May 4, 2023

Hi! I really like the dtrace support built into dropshot. Obviously there are personal and historical reasons why dropshot has first-class support for dtrace ;) But I'd like to include other tracing mechanisms in my Dropshot server.

It would be great if the dtrace support wasn't a "special case" built into the framework, but rather, the framework allowed a "tracing trait" which has an implementation for dtrace. Then users could implement that trait for

  • sentry
  • jaegar
  • whatever tracing their project uses

@jessfraz and I would be happy to open a PR for this to explore a prototype, if y'all agree that this general idea is desirable :)

adamchalmers added a commit to adamchalmers/dropshot that referenced this issue May 5, 2023
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

1 participant