-
-
Notifications
You must be signed in to change notification settings - Fork 19
feat: custom apm #155
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
base: main
Are you sure you want to change the base?
feat: custom apm #155
Conversation
|
After discussion we will reconsider the approach of using the native layer directly and keep performance related product withing the cross-platform layer. |
Will this functionality ever be ready? I really need the ability to measure the waiting time of requests on the client side. |
hey so far we have not planned to continue this feature, at least not until we have enough interest from other people. But it's helpful that you show your interest here so we can re-prio this. I have shared an example code snippet so you can start custom instrumenting on your own: #83 (comment) |
@buenaflor |
📜 Description
Adds feature to create spans and configure tracesSampler
💡 Motivation and Context
Closes #83
💚 How did you test it?
Example app
Tests
📝 Checklist
You have to check all boxes before merging:
sendDefaultPII
is enabled.🔮 Next steps