-
Notifications
You must be signed in to change notification settings - Fork 117
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
Implement Tracing in stacks-blockchain-api #2163
Comments
Hello @CharlieC3 , sorry for leaving a comment here without respecting the team rules. As a blockchain developer, I think my tech stack is fit for a team project. So I want to prove my skills by solving some team issues and join the team as a full-time developer. Could you give me a test task? |
@ethsman This repo is not the blockchain project itself, but rather a rich API that runs separately from the Stacks blockchain. We're always open to contributions here as well, but you may be looking for the stacks-core repo. |
Here's an example of how the postgres module can be instrumented: |
Add tracing capabilities which implement the otel protocol. We can start with auto-instrumentation to generate traces and spans for all network requests, and add custom instrumentation later to generate more in-depth spans for function calls if desired.
You can use the Platform as an example, as it's already implemented auto-instrumentation like so.
The text was updated successfully, but these errors were encountered: