vinted-prometheus-client-mmap 1.6.0-x86_64-linux → 1.7.0-x86_64-linux

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: 17e1c58d18096ca64e0591faa1e2eff7e12e43c6a61cefa96574437c8491c4ef
4
- data.tar.gz: a9ba6fb71e940dc6317d73969bb8ce22aa18f34bdd5548206fd738a0df9a567f
3
+ metadata.gz: 8b031f7b9f85c7507d4ee4901975f5ad7863e58e1166a151f1d7360036503845
4
+ data.tar.gz: 28e8256dbaac7b940eb67b1bdae45fc413003c3abc39948b9d6786d1379033d6
5
5
  SHA512:
6
- metadata.gz: b5cd9d0fb58a44a5ff3fe76bda68d171c69d263f5516aee63046998a86feb4a741e1f31c06fcebd1f7ecb0921829bae01b1ee56f176ab7d6d908995135e2134d
7
- data.tar.gz: a51e79780507e1974634e5e01ed09278bc71e2fd88af0981c19575a4cb0fbca278235a8f39ffbeb298d75a6cdf82e158acc5270f3e898e023a0d3e199f32a6fc
6
+ metadata.gz: b0af751e2294136610b765fb2d740adc432814e02db1bda18bcb1e037ddb244eecab6337c862e260829640db64d7d2eb3d00dede1239b9c86e3e7c5034cdcf29
7
+ data.tar.gz: 53a4b7e902452c9453f6d1f8791bd5a1aeee43cb869bb3551d7e093edba834f728049d31bc67d0a2cbe4b32128261a853692f0f744b3968180ee5423e46c268e
@@ -144,7 +144,7 @@ impl EntryMetadata {
144
144
  if self.ex.is_some() {
145
145
  let selfex = self.ex.clone().unwrap();
146
146
 
147
- if selfex.timestamp < otherex.timestamp {
147
+ if selfex.timestamp < otherex.timestamp || (selfex.timestamp == otherex.timestamp && selfex.value < otherex.value) {
148
148
  self.ex = other.ex.clone();
149
149
  }
150
150
  } else {
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  module Prometheus
2
2
  module Client
3
- VERSION = '1.6.0'.freeze
3
+ VERSION = '1.7.0'.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.6.0
4
+ version: 1.7.0
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Tobias Schmidt
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2024-03-27 00:00:00.000000000 Z
14
+ date: 2024-03-28 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rb_sys