solarwinds_apm 6.0.1 → 6.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/oboe_metal.rb +2 -1
- data/lib/solarwinds_apm/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3e4b2b89f899e23b44416bc2d64408a4c4a6624bd011a3103009b1133746f0c9
|
|
4
|
+
data.tar.gz: 5c0036dad15351e373e120e1cceadd8dca9d315eb13eb8f9c280291e4dd11315
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d3a27ffc9767da0e53e4cdccb60986ffa8f557562f2534e534887ee043e235401f348c01d22d05f9b0458d0317721b78a4e35aefc867762dfdabf45efa20de5
|
|
7
|
+
data.tar.gz: b52caf9a2e88b181615ccfb17f5d5e5fa1372d872f0ca47821d2e1606bad27541ce5f30707a959c0c4bc78348354bcba382d73a03532cfe34485e7c9e7b83752
|
data/lib/oboe_metal.rb
CHANGED
|
@@ -37,8 +37,8 @@ module SolarWindsAPM
|
|
|
37
37
|
def start
|
|
38
38
|
options = SolarWindsAPM::OboeInitOptions.instance.array_for_oboe # creates an array with the options in the right order
|
|
39
39
|
SolarWindsAPM.reporter = Oboe_metal::Reporter.new(*options)
|
|
40
|
-
report_init
|
|
41
40
|
SolarWindsAPM.loaded = true
|
|
41
|
+
report_init
|
|
42
42
|
rescue StandardError => e
|
|
43
43
|
warn e.message
|
|
44
44
|
SolarWindsAPM.loaded = false
|
|
@@ -76,6 +76,7 @@ module SolarWindsAPM
|
|
|
76
76
|
|
|
77
77
|
platform_info = build_swo_init_report
|
|
78
78
|
log_init(layer, platform_info)
|
|
79
|
+
SolarWindsAPM.logger.debug { "[#{self.class}/#{__method__}] Init message has been sent." }
|
|
79
80
|
end
|
|
80
81
|
|
|
81
82
|
##
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: solarwinds_apm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.0.
|
|
4
|
+
version: 6.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Maia Engeli
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2024-06-
|
|
14
|
+
date: 2024-06-27 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: opentelemetry-instrumentation-all
|