bipbip 0.5.15 → 0.5.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bipbip/plugin/mongodb.rb +2 -2
- data/lib/bipbip/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc6ea5f688000efd5466cddbad8c6260fb262bcd
|
4
|
+
data.tar.gz: 66aa262a7f144ab2b2a421faed788521e4c49800
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7c34098fd1debe8fa495f9685c8bacdacdfa48c550d59883ea6837d693acd3d5edddc3c6ca7696a68ea0c6eef2c53514ef6a308c6633f97d0461179333ad669
|
7
|
+
data.tar.gz: 42472ccbd15e43558669deba5f9a96ed2a56fb94da2cad07af0f973e5134711820e701b215a93ade68dc06f2ec20feb7df6c29169ae56de9f54dbb4083d3bded
|
@@ -20,8 +20,8 @@ module Bipbip
|
|
20
20
|
{:name => 'mem_pagefaults', :type => 'counter', :unit => 'faults'},
|
21
21
|
{:name => 'globalLock_currentQueue', :type => 'gauge'},
|
22
22
|
{:name => 'replication_lag', :type => 'gauge', :unit => 'Seconds'},
|
23
|
-
{:name => 'slow_queries_count', :type => '
|
24
|
-
{:name => 'slow_queries_time_avg', :type => '
|
23
|
+
{:name => 'slow_queries_count', :type => 'gauge_f', :unit => 'Queries'},
|
24
|
+
{:name => 'slow_queries_time_avg', :type => 'gauge_f', :unit => 'Seconds'},
|
25
25
|
]
|
26
26
|
end
|
27
27
|
|
data/lib/bipbip/version.rb
CHANGED