sbmt-outbox 6.1.0 → 6.2.0
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.
- checksums.yaml +4 -4
- data/config/initializers/yabeda.rb +4 -4
- data/lib/sbmt/outbox/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7a8ef5d8d2289f5e84b0218df4d0ae6ebf4c3887891f4a694c53f5b3fb2a617c
|
|
4
|
+
data.tar.gz: 5df6474dd32187affba9667f86e3638dfb51349519626e247e0928d9b44bdb4b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
96
|
+
buckets: [0.5, 1, 2.5, 5, 10, 15, 20, 30, 45, 60, 300]
|
|
97
97
|
end
|
|
98
98
|
end
|
data/lib/sbmt/outbox/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2024-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: connection_pool
|