subspace 0.4.7 → 0.4.8

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: 4e35039968f4f4c30192435228ac3e8318c05b64
4
- data.tar.gz: 83c7e2fce5c595d4176ee05b4ff599266204d60a
3
+ metadata.gz: b574b1c0a65bce5dfd90a01cce2d3c89ff4b4933
4
+ data.tar.gz: c11018b3833c970bef6ba8b825dcdbf0eb94700c
5
5
  SHA512:
6
- metadata.gz: 0e45bb40c5d7fa5efa67bc499b14b9ed0492f1f2850e9a15ed59ad06d119e417712736084b97f031e095c63c6f0b811664979edef6040be5998d835f9e8eb2a6
7
- data.tar.gz: 5f934dff61c1f5c05147f4b191d5c7429e75ae3eecb2ed17fb0af2666f67ce5901b8da6dfdbef595f1b90e4f3263c16bbb1410bbbfab074885b312f4f50b9c1a
6
+ metadata.gz: 362568ed4e4e8c419bb1ef24649b9e33785db6b8088b1f7e53647b62869cf9bce7f9744d951b4c9b4433571df675595c0772cb1e2bfc6a41e7d3c0aab21b27a2
7
+ data.tar.gz: c246daab8b753ba4597528a2d6e55467e14c6136ba5ff80410807e8bc5b8184a67e52d484b7e463b52b020663f6d0fe6ca79815b71d1b173782ca73bd2c31b2b
@@ -6,25 +6,25 @@ LoadPlugin "tail"
6
6
  <Match>
7
7
  Regex "duration="
8
8
  DSType "CounterInc"
9
- type "counter"
9
+ Type "counter"
10
10
  Instance "request"
11
11
  </Match>
12
12
  <Match>
13
- Regex "duration=([\d.]+)"
13
+ Regex "duration=([0-9.]+)"
14
14
  DSType "GaugeAverage"
15
- Type "response"
15
+ Type "response_time"
16
16
  Instance "duration"
17
17
  </Match>
18
18
  <Match>
19
- Regex "view=([\d.]+)"
19
+ Regex "view=([0-9.]+)"
20
20
  DSType "GaugeAverage"
21
- Type "response"
21
+ Type "response_time"
22
22
  Instance "view"
23
23
  </Match>
24
24
  <Match>
25
- Regex "db=([\d.]+)"
25
+ Regex "db=([0-9.]+)"
26
26
  DSType "GaugeAverage"
27
- Type "response"
27
+ Type "response_time"
28
28
  Instance "db"
29
29
  </Match>
30
30
  </File>
@@ -4,7 +4,7 @@ This server brought to you by:
4
4
  \___ \| | | | '_ \___ \| '_ \ / _` |/ __/ _ \
5
5
  ___) | |_| | |_) |__) | |_) | (_| | (_| __/
6
6
  |____/ \__,_|_.__/____/| .__/ \__,_|\___\___|
7
- |_| v0.4.7
7
+ |_| v0.4.8
8
8
  ~~~ https://github.com/tenforwardconsulting/subspace ~~~
9
9
 
10
10
  If you need to make configuration changes to the server, please modify the
@@ -1,3 +1,3 @@
1
1
  module Subspace
2
- VERSION = "0.4.7"
2
+ VERSION = "0.4.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: subspace
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Samson
@@ -289,7 +289,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
289
289
  version: '0'
290
290
  requirements: []
291
291
  rubyforge_project:
292
- rubygems_version: 2.4.5.1
292
+ rubygems_version: 2.6.13
293
293
  signing_key:
294
294
  specification_version: 4
295
295
  summary: Ansible-based server provisioning for rails projects