-
Notifications
You must be signed in to change notification settings - Fork 925
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
feat(nodebuilder): Invoke traces from fx #2477
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2477 +/- ##
==========================================
- Coverage 52.76% 52.61% -0.16%
==========================================
Files 156 156
Lines 9966 9993 +27
==========================================
- Hits 5259 5258 -1
- Misses 4241 4273 +32
+ Partials 466 462 -4
|
Co-authored-by: Hlib Kanunnikov <hlibwondertan@gmail.com>
One more optimisation that we can do is to pass []*resource.Resource to initMetrics/initTraces as this options are equal in both metrics and traces:
|
As I understand, it's still being tested by @jrmanes |
yes @renaynay , I'm in contact with Slava about this topic :) |
hello team! regarding the latest commit: This is how it will look like: We could find the and the node type in the metrics: thank you so much @vgonkivs 😃 |
Overview
Invoke traces from the fx
Checklist