appoptics_apm 4.8.0 → 4.8.1
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b2e2e925a2150a9a97dac408048583fd1885d8355d2a66d979f241c00f49af6f
|
|
4
|
+
data.tar.gz: '059674909659d4f8d06ec999b8a26303614830507c7604d5812995079d85be3f'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21e6138222a9bdf7a8c5372d96e695e82d563c48eee46a628107c9465936774e660c4a5d03c55ed07216e6f92f097533eab87addbb3fc49300f619c3cfa38ec1
|
|
7
|
+
data.tar.gz: be0c942c8c041e34f95cf46a66e9372ba22893dc78f5efe8c22d10a0b158776db2a6b31892edf9f2c0db339ec241b3b99fe9c57182a39b3e0864b72a82bf0bf0
|
data/ext/oboe_metal/src/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
5.0.
|
|
1
|
+
5.0.1
|
|
@@ -52,7 +52,6 @@ module AppOpticsAPM
|
|
|
52
52
|
|
|
53
53
|
metrics, sample, @rate, @source, return_code = AppOpticsAPM::Context.getDecisions(*args)
|
|
54
54
|
|
|
55
|
-
puts "return_code class: #{return_code.class}" unless return_code.is_a? Integer
|
|
56
55
|
if return_code > AO_TRACING_DECISIONS_OK
|
|
57
56
|
AppOpticsAPM.logger.warn "[appoptics-apm/sample] Problem getting the sampling decisions, code: #{return_code}"
|
|
58
57
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appoptics_apm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.8.
|
|
4
|
+
version: 4.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Maia Engeli
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2019-05-
|
|
13
|
+
date: 2019-05-16 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: json
|