-
Notifications
You must be signed in to change notification settings - Fork 123
Support database query tracing using ocsql library #78
Comments
Looks good, @Saicasm Do you plan to contribute this plugin? |
About of database, as this comment says, you can also refer to our other plugin implementation, such as go-restful. |
Hi @arugal , is there a reference where i can find the component ID for go plugins ? Thank you |
It need to be defined in component-library.yml, refer to https://github.com/apache/skywalking/blob/master/oap-server/server-bootstrap/src/main/resources/component-libraries.yml#L47 |
If those are planned to be supported in golang, please submit a pull request to update the |
Is your feature request related to a problem? Please describe.
Currently go2sky doesn't automatically trace the database queries and its execution
Describe the solution you'd like
A wrapper which automatically traces the database query execution and produces the trace and links it to the parent span which can be a Http method/ any other
Additional context
ocsql warpper which provides tracing for tracing applications like zipkin and since skywalking uses different data format some code changes to the library will be required
The text was updated successfully, but these errors were encountered: