vinted-prometheus-client-mmap 1.2.1 → 1.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
  SHA256:
3
- metadata.gz: ea09143e5f2fcd10c2b1e4094c0dcc18c162de4f1b39cb88c6007fab54ceda54
4
- data.tar.gz: a68149a0437595ec29b0a613b3ff0a3061358debee8ec5e2212955975da05996
3
+ metadata.gz: 38b385249d3ee5faca8bf41dcc9bc35ec625b4c6c11c2b90b612cb9fcf863bb1
4
+ data.tar.gz: 41f10da86eb0b8d5742d23c7670af5cfa2f85dbb9b57040e6b1183b5d7ffef0e
5
5
  SHA512:
6
- metadata.gz: 68c3a90bb71434be422c5f72bf706a133d5c798745542957cc8eed3013c7cce74888308e26898d28c19834e8cc2964ae71a021eeec3d2a70df21be89b81a8d99
7
- data.tar.gz: 5fa41b2c1b179d1a9d8e1e5f6e8a6b1cb777439f9152d30f070fe8f644a3fb30f4cfcbb6a5bfe63160375fae45a327d489901d7dd76be99f2036843466008e1d
6
+ metadata.gz: 200a343904c8a993eb1495cd4128f307fd09a8e76f57b0d2af20301dda52ec5a9a0cca41300a90777b0e551bf2c9fd08eb18aacaa7a421c2b22543580e6ea2a9
7
+ data.tar.gz: 9f0e0b316c993cf1c5f531c6f9bfae540c287e32c044d43e5738a2753ab37e1ea230b9b69371daf4082b4046c957fc0e25c584012e04be5eae17885944697096
data/README.md CHANGED
@@ -1,2 +1,5 @@
1
1
  # vinted-prometheus-client-mmap
2
+
3
+ ### ! This gem is part of the Engineering Hackathon, not to be used in production
4
+
2
5
  Forked prometheus-client-mmap gem
@@ -17,6 +17,7 @@ module Prometheus
17
17
  @multiprocess_files_dir = ENV.fetch('prometheus_multiproc_dir') do
18
18
  Dir.mktmpdir("prometheus-mmap")
19
19
  end
20
+ @enable_protobuf = false
20
21
  end
21
22
  end
22
23
  end
@@ -1,5 +1,5 @@
1
1
  module Prometheus
2
2
  module Client
3
- VERSION = '1.2.1'.freeze
3
+ VERSION = '1.2.2'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vinted-prometheus-client-mmap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Schmidt