vx-instrumentation 0.0.4 → 0.0.5

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
  SHA1:
3
- metadata.gz: 1a334eac882f1f57988fd79fda2830bbeb7738f9
4
- data.tar.gz: 5d5ad8a68df8cd6d523f5ca0e53089e106c075b0
3
+ metadata.gz: 5c90efe52d6c37274260467769f9d2d2173c012f
4
+ data.tar.gz: f618f491daf83632d2921dd347f4ccf6397c5c81
5
5
  SHA512:
6
- metadata.gz: 7c548eef269f693073b7dcb9429edf08f9ed5f60da72f68633a7be52f71369fffbb8989366780740b7d172a072517a51b593239d515a4e2d755f0f0611dfb671
7
- data.tar.gz: 740647bd4012d92e0ce61733b36c07ff1dfead22947e464e5f55d23b75cb8ed321e770394063ba9bafda4d942ec837366b84972841a384d164239872643bd746
6
+ metadata.gz: ee2f8b0d9090c0f8630cfb8ae062748e7565cf399a1edeb44d45dfbf58db4fdcfa329d84d669ca130cc46ba4588aa337a2304da2e921f4fa574317179ef11bb6
7
+ data.tar.gz: b34b761fbd46a224a729badc1f65c5963b930049c8b4f017f14e515a5c7ce23b02025194194954e811d4773025eab512b4b4d4012b2e426d4c12f6751303d612
@@ -9,9 +9,12 @@ module Vx
9
9
  def process
10
10
  req = payload.delete(:request)
11
11
  self.payload = {
12
- path: req.fullpath,
13
- ip: req.ip,
14
- method: req.method,
12
+ path: req.fullpath,
13
+ ip: req.remote_ip,
14
+ method: req.method,
15
+ referer: req.referer,
16
+ content_length: req.content_length,
17
+ user_agent: req.user_agent
15
18
  }
16
19
  end
17
20
 
@@ -1,5 +1,5 @@
1
1
  module Vx
2
2
  module Instrumentation
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vx-instrumentation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Galinsky