instana / ruby-sensor

💎 Ruby Distributed Tracing & Metrics Sensor for Instana
https://www.instana.com/
MIT License
26 stars 25 forks source link

fix: Do not announce "nil" pid #295

Closed Ferenc- closed 1 year ago

Ferenc- commented 1 year ago

Prevents NullPointerException in the agent, because of announcing with Announcement request: RubyProcess{pid='null', .... Which happens on kernels where /proc/[pid]/schedis not available.