instana / ruby-sensor

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

Fargate support #223

Closed hmadison closed 3 years ago

hmadison commented 3 years ago

These changes refactor the library to support sending data via the serverless collector from AWS Fargate. Notably we no longer use timers or get_process_mem and instead use concurrent-ruby and sys-proctable respectively.

Resolves: #62, #64, #193