You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For all options besides instrumenting post-fork, there is an issue where the Resources for each worker will be the same. For traces and logs it's OK, but metrics will have single writer violations.
We don't need to fix everything in this PR but maybe we can
recommend instrumenting post-fork as the best option and
recommend enabling the ProcessResourceDetector so that process.pid is detected correctly
and ideally that each worker has a unique service.instance.id