newrelic_postgres_plugin 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 373e705f662cb92bfabe35b60207bc74086ec887
4
- data.tar.gz: ba494117754fbb4db85f292f0f7b0cd18b8bf2ff
3
+ metadata.gz: 46827fee5b2739c2cd1307f0081fc1cd33ae45d5
4
+ data.tar.gz: fb4bab91b8455254a5d3539e96361d9ad045796b
5
5
  SHA512:
6
- metadata.gz: 381d683957c6f52383bf705eff6dc6c7019096dcacd12a33a6d437424710204ee6c8676b9f2f0d2affdb7dd300b9141dfd11461bb67cf2d6f66c50be829bc813
7
- data.tar.gz: 77526931f5db0c6c00613ff3eb41fddce052114d17680786b94e0606b23b6f9e53b148aa78af13fa39253068e5855ad64fd11caa59078fd1d2bb91eeff38da39
6
+ metadata.gz: 35e1c25f6da0aef46ddd8a6b59323490ff9c9aea0d55f8a78ab177e58fa7e8edaf22f300c119d43149de52dbb70ba7afa36cec969f33e17b23ddc4a12ab20245
7
+ data.tar.gz: 220bf38e85a87e61107e2cf3ad687abad2e81af6fe5953bb5341b2710a12697323817a8cdd92f7b65c7bc8282e93d0259d559eb5d116f707e41a40995ec2d422
@@ -60,6 +60,7 @@ module NewRelic::PostgresPlugin
60
60
  report_bgwriter_metrics
61
61
  report_database_metrics
62
62
  report_index_metrics
63
+ report_cache_metrics
63
64
 
64
65
  rescue => e
65
66
  $stderr.puts "#{e}: #{e.backtrace.join("\n ")}"
@@ -1,3 +1,3 @@
1
1
  module NewRelic::PostgresPlugin
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'newrelic_postgres_plugin'
16
- s.version = '0.2.1'
16
+ s.version = '0.2.2'
17
17
  s.date = '2014-08-05'
18
18
  s.rubyforge_project = 'newrelic_postgres_plugin'
19
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: newrelic_postgres_plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Hodgson