instana 1.208.0 → 1.209.0.pre1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/instana/version.rb +1 -1
- data/lib/instana.rb +6 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5349214699526028c1dcda4a7ff88ee28e65632346bd76334907eb866a5eb28
|
4
|
+
data.tar.gz: f8ac6535197f7b4c0a89cc2884e1969b870edc296eeef64d4f0374d6c16b5e75
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a834f90983c2940cb92c89416f413b328c33c3725c5f246b9a517b549c72e25e7b3369120a953750322e9d046246be61deff61ae5475f15351d82395a60853d
|
7
|
+
data.tar.gz: a88302d0c05921f95f1f221ca6a23e437d0a4055a194a362eee77f21c2d68ba6d2b750695740f20c2508283786b6ba0fc6d686165fcce7c7eb1060b47fbca34f
|
data/lib/instana/version.rb
CHANGED
data/lib/instana.rb
CHANGED
@@ -12,5 +12,9 @@ require 'instana/setup'
|
|
12
12
|
# the thread of your choice.
|
13
13
|
#
|
14
14
|
|
15
|
-
|
16
|
-
|
15
|
+
# :nocov:
|
16
|
+
unless ENV.fetch('INSTANA_DISABLE', false)
|
17
|
+
::Instana::Activator.start
|
18
|
+
::Instana.agent.spawn_background_thread
|
19
|
+
end
|
20
|
+
# :nocov:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: instana
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.209.0.pre1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Giacomo Lombardo
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-12-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -375,9 +375,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
375
375
|
version: '2.1'
|
376
376
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
377
377
|
requirements:
|
378
|
-
- - "
|
378
|
+
- - ">"
|
379
379
|
- !ruby/object:Gem::Version
|
380
|
-
version:
|
380
|
+
version: 1.3.1
|
381
381
|
requirements: []
|
382
382
|
rubygems_version: 3.1.6
|
383
383
|
signing_key:
|