newrelic_postgres_plugin 0.2.0 → 0.2.1

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: 42e010eea7c25bffabade08f52c80b7d30d97c93
4
- data.tar.gz: 7483bf38fad8a1843f1cd0e8b3e78f1b52e00eb7
3
+ metadata.gz: 373e705f662cb92bfabe35b60207bc74086ec887
4
+ data.tar.gz: ba494117754fbb4db85f292f0f7b0cd18b8bf2ff
5
5
  SHA512:
6
- metadata.gz: b2f5837b91fa26beae34557ecaf5e933d67daf122ce6591d64284c8dd1e51471dd66822b61afbc5c4071cf1d142a9999f923ae9c7c47473596453eb75d13812e
7
- data.tar.gz: b9506081e2b0fdf1ec3e0a1ae5b19d4f52b383213197012514f55bc1517312d2dcd877cabf26db35231988bc487508fdbd5967bec8963b7cc68f6bc3fda5cec3
6
+ metadata.gz: 381d683957c6f52383bf705eff6dc6c7019096dcacd12a33a6d437424710204ee6c8676b9f2f0d2affdb7dd300b9141dfd11461bb67cf2d6f66c50be829bc813
7
+ data.tar.gz: 77526931f5db0c6c00613ff3eb41fddce052114d17680786b94e0606b23b6f9e53b148aa78af13fa39253068e5855ad64fd11caa59078fd1d2bb91eeff38da39
@@ -101,7 +101,7 @@ module NewRelic::PostgresPlugin
101
101
  report_metric "Database/Indexes/Count", 'indexes', result[0]['indexes'].to_i
102
102
  end
103
103
  @connection.exec(index_size_query) do |result|
104
- report_metric "Databases/Indexes/Size", 'bytes', result[0]['size'].to_i
104
+ report_metric "Database/Indexes/Size", 'bytes', result[0]['size'].to_i
105
105
  end
106
106
  end
107
107
 
@@ -1,3 +1,3 @@
1
1
  module NewRelic::PostgresPlugin
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
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.0'
16
+ s.version = '0.2.1'
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.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Hodgson