-
Notifications
You must be signed in to change notification settings - Fork 220
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
Performance powered by OTel #743
Comments
Looking forward for more performance data for Go. For web API performance: echo would be great. And some generic functions to support others, like martini. For SQL queries: pq driver, or an orm like xorm or some generic way to easily pass the data over, in the case of xorm for example, implementing its contexts.Hook. |
Hello, any update on this? Are there any plans on the SDK implementation? |
Yes, we will start on this soon. |
I will keep this short for now, but we'll soon start working on a complete performance overhaul in the Go SDK powered by Open Telemetry.
See our JS SDK issue for more details on how this might look like.
In the meantime, please let us know which frameworks and packages we should support, and we'll try our best to accommodate this 😄
Current Scope
The text was updated successfully, but these errors were encountered: