We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem description:
We need an API that will allow us to be agnostic of the tracing solution the user wants to use.
Suggested solution:
Create an API where we can expose a place to call start, error and finish tracing spans, so others can implement a tracing platform of their choice.
start
error
finish
Environment:
data-point
The text was updated successfully, but these errors were encountered:
feat(data-point): create tracing api
11b31d3
via this api we are now tracing implementation agnostic closes ViacomInc#416
feat(data-point): create tracing api (#417)
561aca5
* feat(data-point): create tracing API via this API user can implement the tracing system of their choice closes #416
acatl
No branches or pull requests
Problem description:
We need an API that will allow us to be agnostic of the tracing solution the user wants to use.
Suggested solution:
Create an API where we can expose a place to call
start
,error
andfinish
tracing spans, so others can implement a tracing platform of their choice.Environment:
data-point
version: v6 canaryThe text was updated successfully, but these errors were encountered: