memcache2graphite 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. data/conf.yml +1 -3
  2. metadata +3 -2
data/conf.yml CHANGED
@@ -1,14 +1,12 @@
1
1
  freq : 1
2
2
  graphite :
3
- root-path : criteo.memcache.my_bucket.debian-sf
3
+ root-path : toto.memcache.my_bucket.debian-sf
4
4
  host : localhost
5
5
  port : 3333
6
6
  type : udp
7
7
  memcache:
8
- #host : mem01-fr.criteo.prod
9
8
  host : localhost
10
9
  port : 11220
11
- #login : Catalog
12
10
  metrics:
13
11
  ops : sum
14
12
  hit_ratio : avg
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: memcache2graphite
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -69,7 +69,8 @@ files:
69
69
  - bin/memcache2graphite
70
70
  - conf.yml
71
71
  homepage: https://github.com/sfoutrier/memcache2graphite
72
- licenses: []
72
+ licenses:
73
+ - Apache 2.0
73
74
  post_install_message:
74
75
  rdoc_options: []
75
76
  require_paths: