bipbip 0.7.16 → 0.7.17
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/elasticsearch.rb +1 -1
- data/lib/bipbip/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 461d733cb85b8d8d15d496debfff764cb0190f45
|
4
|
+
data.tar.gz: 960ac32c4a77c99fc11a14da847c58de41c4c126
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5704ad306dc2960760e9f868d0aafe2ea42f97f8e4f41963842c3baeef7d73a52319d20317c60631ca7a999ebfd9fd3005342e4c78c9a4a4b1904911e6fd1d00
|
7
|
+
data.tar.gz: ab2311a58a92ca89a956d0d98e938d4d8aa724f0dc01901f68edf2e17ddbf37716b2660632eb3f78c087ee2fa8c4c986e0878a30faea231c7a153f8abc3f8894
|
@@ -8,7 +8,7 @@ module Bipbip
|
|
8
8
|
[
|
9
9
|
{ name: 'store_size', type: 'gauge', unit: 'b' },
|
10
10
|
{ name: 'docs_count', type: 'gauge', unit: 'Docs' },
|
11
|
-
{ name: 'docs_deleted', type: '
|
11
|
+
{ name: 'docs_deleted', type: 'gauge', unit: 'Deleted' },
|
12
12
|
{ name: 'segments_count', type: 'gauge', unit: 'Segments' },
|
13
13
|
|
14
14
|
{ name: 'search_query_total', type: 'counter', unit: 'Queries' },
|
data/lib/bipbip/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bipbip
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cargo Media
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2017-
|
13
|
+
date: 2017-06-28 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: copperegg-revealmetrics
|
@@ -357,7 +357,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
357
357
|
version: '0'
|
358
358
|
requirements: []
|
359
359
|
rubyforge_project:
|
360
|
-
rubygems_version: 2.
|
360
|
+
rubygems_version: 2.6.11
|
361
361
|
signing_key:
|
362
362
|
specification_version: 4
|
363
363
|
summary: Gather services data and store in CopperEgg
|