zuora_connect 2.0.21 → 2.0.22
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: 9f3e858b51010902f9c8ec4759682899fe2333fab83274cf981a61f632706dde
|
|
4
|
+
data.tar.gz: 10ae9b77eea1e77645df91f98ba7bebf8dbaea60282f9bb29b819a139ad3c3eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15425eea56c8b902c81073377dd2ee827ba33fed8d3dfafb055d7ed37ec8b8dbdcca09d94536c739701034f801020459efc25d934a3d72aeba2d6240ebfdc7e8
|
|
7
|
+
data.tar.gz: 412a861edd19a4795186aab89b1c2a9e54fe93061a8d10ef139f01c359c905051ed33d6274ffccea5c22e5ff1fecc83df78e2874b20a07d3ae051de1b76a0a99
|
|
@@ -35,7 +35,7 @@ module ZuoraConnect
|
|
|
35
35
|
if ElasticAPM.respond_to?(:set_label)
|
|
36
36
|
ElasticAPM.set_label(:app_instance, self.id)
|
|
37
37
|
else
|
|
38
|
-
ElasticAPM.
|
|
38
|
+
ElasticAPM.set_label(:app_instance, self.id)
|
|
39
39
|
end
|
|
40
40
|
end
|
|
41
41
|
|
|
@@ -210,8 +210,8 @@ module ZuoraConnect
|
|
|
210
210
|
ElasticAPM.set_label(:tenant_id, tenants.first)
|
|
211
211
|
ElasticAPM.set_label(:organization, organizations.first)
|
|
212
212
|
else
|
|
213
|
-
ElasticAPM.
|
|
214
|
-
ElasticAPM.
|
|
213
|
+
ElasticAPM.set_label(:tenant_id, tenants.first)
|
|
214
|
+
ElasticAPM.set_label(:organization, organizations.first)
|
|
215
215
|
end
|
|
216
216
|
end
|
|
217
217
|
self.logitem(item: {tenant_ids: tenants, organization: organizations})
|
|
@@ -12,7 +12,7 @@ module ZuoraConnect
|
|
|
12
12
|
if ElasticAPM.respond_to?(:set_label)
|
|
13
13
|
ElasticAPM.set_label(:trace_id, request.uuid) if defined?(ElasticAPM) && ElasticAPM.running?
|
|
14
14
|
else
|
|
15
|
-
ElasticAPM.
|
|
15
|
+
ElasticAPM.set_label(:trace_id, request.uuid) if defined?(ElasticAPM) && ElasticAPM.running?
|
|
16
16
|
end
|
|
17
17
|
end
|
|
18
18
|
start_time = Time.now
|
|
@@ -89,7 +89,7 @@ module ZuoraConnect
|
|
|
89
89
|
if ElasticAPM.respond_to?(:set_label)
|
|
90
90
|
ElasticAPM.set_label(:trace_id, request.uuid)
|
|
91
91
|
else
|
|
92
|
-
ElasticAPM.
|
|
92
|
+
ElasticAPM.set_label(:trace_id, request.uuid)
|
|
93
93
|
end
|
|
94
94
|
end
|
|
95
95
|
Thread.current[:appinstance] = nil
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zuora_connect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.22
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Connect Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-01-
|
|
11
|
+
date: 2020-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: apartment
|