rack-instruments 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. data/lib/rack/instruments.rb +2 -2
  2. metadata +1 -1
@@ -10,7 +10,7 @@ module Rack
10
10
  request_id = UUIDTools::UUID.timestamp_create.to_s
11
11
  request_start = Time.now
12
12
  Scrolls.log :instrumentation,
13
- at: start,
13
+ at: "start",
14
14
  method: env["REQUEST_METHOD"],
15
15
  route: env["REQUEST_PATH"],
16
16
  ip: env["REMOTE_ADDR"],
@@ -20,7 +20,7 @@ module Rack
20
20
  status, headers, response = @app.call(env)
21
21
 
22
22
  Scrolls.log :instrumentation,
23
- at: finish,
23
+ at: "finish",
24
24
  method: env["REQUEST_METHOD"],
25
25
  route: env["REQUEST_PATH"],
26
26
  ip: env["REMOTE_ADDR"],
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-instruments
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: