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

Version Path
instana-1.199.6 lib/instana.rb
instana-1.199.5 lib/instana.rb
instana-1.199.4 lib/instana.rb
instana-1.199.3 lib/instana.rb
instana-1.199.2 lib/instana.rb
instana-1.199.1 lib/instana.rb
instana-1.199.0 lib/instana.rb
instana-1.198.0 lib/instana.rb
instana-1.198.0.pre1 lib/instana.rb
instana-1.197.0 lib/instana.rb
instana-1.197.0.pre2 lib/instana.rb
instana-1.197.0.pre1 lib/instana.rb