vinted-prometheus-client-mmap 1.5.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: e813eec5d2233337d34cd3f19c79e68a9b38b63e45607b3dd0929fbcf84e353f
4
- data.tar.gz: 979ebaef61c83ecf0e6eeb85c85581e3869c269e7868d3194d6d6faab2c83bf4
3
+ metadata.gz: 8b031f7b9f85c7507d4ee4901975f5ad7863e58e1166a151f1d7360036503845
4
+ data.tar.gz: 28e8256dbaac7b940eb67b1bdae45fc413003c3abc39948b9d6786d1379033d6
5
5
  SHA512:
6
- metadata.gz: 1df8af4b3368826fde07874b89b14648a66f193a5c5a945bcda4fc6e9588500ddf800866ce2af04c573474b2c8aa5b1ee275674ba45dabc82539345b42f4ff10
7
- data.tar.gz: 51c47ecccd1d1f0afb6c4543837c43657f203dc8b391b3ff4ed57a947499a6a7e98375be644eb5cd1033f2fc901f38cc4b663944ffb2a76c2ad8cbcd856bc27d
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.5.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.5.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