sbmt-outbox 6.1.0 → 6.2.0

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: 79fa90bd3bacbdd8a68708d1f738ca229bd055a074a25f6ac24b2178cb83561f
4
- data.tar.gz: 969d866c25c526095dd9719eeb7b8c9604e944ad2c4064f329705fdff654b51b
3
+ metadata.gz: 7a8ef5d8d2289f5e84b0218df4d0ae6ebf4c3887891f4a694c53f5b3fb2a617c
4
+ data.tar.gz: 5df6474dd32187affba9667f86e3638dfb51349519626e247e0928d9b44bdb4b
5
5
  SHA512:
6
- metadata.gz: b2f9840f8d2d0a421a2869681acc46cb1d333dab947ae327c55cb31cd41e1fcfa9aeff4b692374521416549f78105fcf72b696ff1f36ace765b1cb073a1e3ef2
7
- data.tar.gz: 2ed0fbd2cb506e6d946bb7973cec701dece56dfd8b951cd064714a747c742098bf4bb2a798bc77b9f2acd4131e91cb19d6871263853194dec2fa64bd2040ea64
6
+ metadata.gz: 4635896765ebef22224ea23123cbcd6d47facd6c88793f5ecd419cab54fa7afc281527cd43a1fe7466a098c53008d6d692903a85e1d23cd53080713f770ae010
7
+ data.tar.gz: 0b632a652cf286f792fe57dfa373409804782ccc5a8bfd6f7859edde9a6067de8ebdd9f5b653e84e61840e1c252607c2fd943746bd7ef409a415707a8c5a0e98
@@ -41,7 +41,7 @@ Yabeda.configure do
41
41
  histogram :process_latency,
42
42
  tags: %i[type name partition owner],
43
43
  unit: :seconds,
44
- buckets: [1, 2.5, 5, 10, 15, 30, 45, 60, 90, 120, 180, 240, 300, 600, 1200].freeze,
44
+ buckets: [0.5, 1, 2.5, 5, 10, 15, 20, 30, 45, 60, 300].freeze,
45
45
  comment: "A histogram outbox process latency"
46
46
  end
47
47
 
@@ -65,13 +65,13 @@ Yabeda.configure do
65
65
  comment: "A histogram of the job execution time",
66
66
  unit: :seconds,
67
67
  tags: %i[type name partition],
68
- buckets: [0.5, 1, 2.5, 5, 10, 15, 30, 45, 60, 90, 120, 180, 240, 300, 600]
68
+ buckets: [0.5, 1, 2.5, 5, 10, 15, 20, 30, 45, 60, 300]
69
69
 
70
70
  histogram :item_execution_runtime,
71
71
  comment: "A histogram of the item execution time",
72
72
  unit: :seconds,
73
73
  tags: %i[type name partition],
74
- buckets: [0.5, 1, 2.5, 5, 10, 15, 20, 30, 45, 60, 90, 120, 180, 240, 300]
74
+ buckets: [0.5, 1, 2.5, 5, 10, 15, 20, 30, 45, 60, 300]
75
75
 
76
76
  counter :batches_per_poll_counter,
77
77
  tags: %i[type name partition],
@@ -93,6 +93,6 @@ Yabeda.configure do
93
93
  comment: "A histogram of the poll throttling time",
94
94
  unit: :seconds,
95
95
  tags: %i[type name partition throttler],
96
- buckets: [0.5, 1, 2.5, 5, 10, 15, 20, 30, 45, 60, 90, 120, 180, 240, 300]
96
+ buckets: [0.5, 1, 2.5, 5, 10, 15, 20, 30, 45, 60, 300]
97
97
  end
98
98
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Sbmt
4
4
  module Outbox
5
- VERSION = "6.1.0"
5
+ VERSION = "6.2.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sbmt-outbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.0
4
+ version: 6.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sbermarket Ruby-Platform Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-17 00:00:00.000000000 Z
11
+ date: 2024-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool