Sha256: 33814ec920f947f8c94043708e21bbc30e4508fd81bce4c19eab63e4a0b59d72
Contents?: true
Size: 468 Bytes
Versions: 12
Compression:
Stored size: 468 Bytes
Contents
# (c) Copyright IBM Corp. 2021 # (c) Copyright Instana Inc. 2016 require 'concurrent' require 'sys-proctable' require "instana/setup" # Boot the instana agent background thread. If you wish to have greater # control on the where and which thread this is run in, instead use # # gem "instana", :require => "instana/setup" # # ...and override ::Instana::Agent.spawn_background_thread to boot # the thread of your choice. # ::Instana.agent.spawn_background_thread
Version data entries
12 entries across 12 versions & 1 rubygems