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

Span Tracepoints #86

Open
Umaaz opened this issue Dec 18, 2023 · 1 comment
Open

Span Tracepoints #86

Umaaz opened this issue Dec 18, 2023 · 1 comment

Comments

@Umaaz
Copy link
Member

Umaaz commented Dec 18, 2023

Is your feature request related to a problem? Please describe.
Create a way to generate a trace around a block of code (function/method) based on a tracepoint.

Describe the solution you'd like
Allow the tracepoint argument 'method_name' to to used in conjunction of a filename (in leu, or as well as line number).

If a method/function is found that matches the argument, then the function is wrapped in a span and attached to the existing span collection services (e.g. otel). If a line number is also specified then a normal tracepoint will be triggered on that line with in the original code. If there is no tracing supplier discovered or provided than no traces will be generated, and the tracepoint will either be ignored or simple act as a normal tracepoint.

Support Options

  • Otel
  • Opentracing
  • Datadog
  • FusionReactor
@Umaaz
Copy link
Member Author

Umaaz commented Dec 28, 2023

Initial Otel support added by #87

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