sidekiq-prometheus-exporter 0.1.16 → 0.1.17

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: 35e10d4b151d755705e57fabba8497aceb6d83ebfe042dc09e4dd310e7c62c5a
4
- data.tar.gz: cbe9fc29d375d66550ff05077dcb00e0fa24c2ffc843e660ef2509e7e39df8f7
3
+ metadata.gz: 5d49eee804952e326619e0c38a486343c277249db897b8c2ef214d5f449efbbc
4
+ data.tar.gz: 529fadfaf195e9415d2344397acf8e73fd171022df02fbdbd13886e8d6c5230e
5
5
  SHA512:
6
- metadata.gz: 29d0f796a65f70debbc1ae73d8e71ba3425b9a16b0b1b8f79fad7c4668941b88f2ef82c004af9e537bf6cbc9d1c17df4095e9ac69a1c1e296342557a94bd79e0
7
- data.tar.gz: eae4aa3a3326cb67e8e63189e8857bcf21d082c883ef55cd213f4de40b3bd566f7a998a282b3193b992ef2b5df3471ec0b6800f9cdc4b7b8b22e7b47b859f3d4
6
+ metadata.gz: dd43a43f2d0f8dea5b58a64c42387cb2b9973021eb912d54ad24375af64f33f2252a3b27b029ef3008216d8c5908c7ea2259c0cbd06e7aac0c7120f4e2423695
7
+ data.tar.gz: 815ca578012da37e72d4293fef12adb228ad602e9ad33664588c1269f0cd6a8602c31e4456287eac180fead1a7cadf135f805a823a3ff2f0cad1e9971c75fa24
@@ -30,18 +30,18 @@ jobs:
30
30
  strategy:
31
31
  matrix:
32
32
  # Always keep a window of "5 most recent" including (or on top with) HEAD
33
- ruby: ["2.5.9", "2.6.8", "2.7.4", "3.0.2", "latest"]
33
+ ruby: ["2.6.8", "2.7.4", "3.0.2", "3.1.1", "latest"]
34
34
  sidekiq: ["3.3.1", "3.x", "4.x", "5.x", "6.x", "latest"]
35
35
  # Allow failures ... kind-a
36
36
  exclude:
37
- - ruby: "2.5.9"
38
- sidekiq: "latest"
39
37
  - ruby: "2.6.8"
40
38
  sidekiq: "latest"
41
39
  - ruby: "2.7.4"
42
40
  sidekiq: "latest"
43
41
  - ruby: "3.0.2"
44
42
  sidekiq: "latest"
43
+ - ruby: "3.1.1"
44
+ sidekiq: "latest"
45
45
 
46
46
  container:
47
47
  image: ruby:${{ matrix.ruby }}
data/docker/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM ruby:2.7.3-alpine
1
+ FROM ruby:2.7.5-alpine
2
2
 
3
3
  LABEL maintainer="Sergey Fedorov <oni.strech@gmail.com>"
4
4
  LABEL repository="strech/sidekiq-prometheus-exporter"
@@ -6,7 +6,7 @@ LABEL repository="strech/sidekiq-prometheus-exporter"
6
6
  ENV RACK_VERSION 2.0.9
7
7
  ENV SIDEKIQ_VERSION 6.2.1
8
8
  ENV REDIS_NAMESPACE_VERSION 1.8.1
9
- ENV SIDEKIQ_PROMETHEUS_EXPORTER_VERSION 0.1.16
9
+ ENV SIDEKIQ_PROMETHEUS_EXPORTER_VERSION 0.1.17
10
10
 
11
11
  RUN addgroup -S exporter \
12
12
  && adduser -s /bin/false -SDHg exporter exporter \
@@ -1,101 +1,102 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- sidekiq-prometheus-exporter (0.1.15)
4
+ sidekiq-prometheus-exporter (0.1.17)
5
+ rack (>= 1.6.0)
5
6
  sidekiq (>= 3.3.1)
6
7
 
7
8
  GEM
8
9
  remote: https://rubygems.org/
9
10
  specs:
10
- appraisal (2.2.0)
11
+ appraisal (2.4.1)
11
12
  bundler
12
13
  rake
13
14
  thor (>= 0.14.0)
14
15
  ast (2.4.2)
15
- byebug (10.0.2)
16
+ byebug (11.1.3)
16
17
  celluloid (0.18.0)
17
18
  timers (~> 4)
18
- coderay (1.1.2)
19
- concurrent-ruby (1.1.6)
20
- connection_pool (2.2.3)
21
- diff-lcs (1.3)
22
- json (2.5.1)
23
- method_source (0.9.2)
19
+ coderay (1.1.3)
20
+ concurrent-ruby (1.1.9)
21
+ connection_pool (2.2.5)
22
+ diff-lcs (1.5.0)
23
+ json (2.6.1)
24
+ method_source (1.0.0)
24
25
  mustermann (1.1.1)
25
26
  ruby2_keywords (~> 0.0.1)
26
27
  parallel (1.21.0)
27
- parser (3.0.2.0)
28
+ parser (3.1.1.0)
28
29
  ast (~> 2.4.1)
29
- pry (0.12.2)
30
- coderay (~> 1.1.0)
31
- method_source (~> 0.9.0)
32
- pry-byebug (3.6.0)
33
- byebug (~> 10.0)
34
- pry (~> 0.10)
35
- rack (2.2.2)
36
- rack-protection (2.0.8.1)
30
+ pry (0.13.1)
31
+ coderay (~> 1.1)
32
+ method_source (~> 1.0)
33
+ pry-byebug (3.9.0)
34
+ byebug (~> 11.0)
35
+ pry (~> 0.13.0)
36
+ rack (2.2.3)
37
+ rack-protection (2.2.0)
37
38
  rack
38
39
  rack-test (1.1.0)
39
40
  rack (>= 1.0, < 3)
40
- rainbow (3.0.0)
41
- rake (13.0.1)
41
+ rainbow (3.1.1)
42
+ rake (13.0.6)
42
43
  redis (3.3.5)
43
44
  redis-namespace (1.6.0)
44
45
  redis (>= 3.0.4)
45
- regexp_parser (2.1.1)
46
+ regexp_parser (2.2.1)
46
47
  rexml (3.2.5)
47
- rspec (3.9.0)
48
- rspec-core (~> 3.9.0)
49
- rspec-expectations (~> 3.9.0)
50
- rspec-mocks (~> 3.9.0)
51
- rspec-core (3.9.1)
52
- rspec-support (~> 3.9.1)
53
- rspec-expectations (3.9.0)
48
+ rspec (3.11.0)
49
+ rspec-core (~> 3.11.0)
50
+ rspec-expectations (~> 3.11.0)
51
+ rspec-mocks (~> 3.11.0)
52
+ rspec-core (3.11.0)
53
+ rspec-support (~> 3.11.0)
54
+ rspec-expectations (3.11.0)
54
55
  diff-lcs (>= 1.2.0, < 2.0)
55
- rspec-support (~> 3.9.0)
56
- rspec-mocks (3.9.1)
56
+ rspec-support (~> 3.11.0)
57
+ rspec-mocks (3.11.0)
57
58
  diff-lcs (>= 1.2.0, < 2.0)
58
- rspec-support (~> 3.9.0)
59
- rspec-support (3.9.2)
60
- rubocop (1.22.3)
59
+ rspec-support (~> 3.11.0)
60
+ rspec-support (3.11.0)
61
+ rubocop (1.26.0)
61
62
  parallel (~> 1.10)
62
- parser (>= 3.0.0.0)
63
+ parser (>= 3.1.0.0)
63
64
  rainbow (>= 2.2.2, < 4.0)
64
65
  regexp_parser (>= 1.8, < 3.0)
65
66
  rexml
66
- rubocop-ast (>= 1.12.0, < 2.0)
67
+ rubocop-ast (>= 1.16.0, < 2.0)
67
68
  ruby-progressbar (~> 1.7)
68
69
  unicode-display_width (>= 1.4.0, < 3.0)
69
- rubocop-ast (1.13.0)
70
- parser (>= 3.0.1.1)
71
- rubocop-performance (1.12.0)
70
+ rubocop-ast (1.16.0)
71
+ parser (>= 3.1.1.0)
72
+ rubocop-performance (1.13.3)
72
73
  rubocop (>= 1.7.0, < 2.0)
73
74
  rubocop-ast (>= 0.4.0)
74
75
  rubocop-rake (0.6.0)
75
76
  rubocop (~> 1.0)
76
- rubocop-rspec (2.6.0)
77
+ rubocop-rspec (2.9.0)
77
78
  rubocop (~> 1.19)
78
79
  ruby-progressbar (1.11.0)
79
- ruby2_keywords (0.0.2)
80
+ ruby2_keywords (0.0.5)
80
81
  sidekiq (3.3.1)
81
82
  celluloid (>= 0.16.0)
82
83
  connection_pool (>= 2.1.1)
83
84
  json
84
85
  redis (>= 3.0.6)
85
86
  redis-namespace (>= 1.3.1)
86
- sinatra (2.0.8.1)
87
+ sinatra (2.2.0)
87
88
  mustermann (~> 1.0)
88
- rack (~> 2.0)
89
- rack-protection (= 2.0.8.1)
89
+ rack (~> 2.2)
90
+ rack-protection (= 2.2.0)
90
91
  tilt (~> 2.0)
91
- slim (4.0.1)
92
+ slim (4.1.0)
92
93
  temple (>= 0.7.6, < 0.9)
93
94
  tilt (>= 2.0.6, < 2.1)
94
95
  temple (0.8.2)
95
- thor (1.0.1)
96
+ thor (1.2.1)
96
97
  tilt (2.0.10)
97
- timecop (0.9.1)
98
- timers (4.3.2)
98
+ timecop (0.9.5)
99
+ timers (4.3.3)
99
100
  unicode-display_width (2.1.0)
100
101
 
101
102
  PLATFORMS
@@ -122,4 +123,4 @@ DEPENDENCIES
122
123
  timecop (~> 0.9)
123
124
 
124
125
  BUNDLED WITH
125
- 2.2.17
126
+ 2.3.7
@@ -1,18 +1,19 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- sidekiq-prometheus-exporter (0.1.15)
4
+ sidekiq-prometheus-exporter (0.1.17)
5
+ rack (>= 1.6.0)
5
6
  sidekiq (>= 3.3.1)
6
7
 
7
8
  GEM
8
9
  remote: https://rubygems.org/
9
10
  specs:
10
- appraisal (2.2.0)
11
+ appraisal (2.4.1)
11
12
  bundler
12
13
  rake
13
14
  thor (>= 0.14.0)
14
15
  ast (2.4.2)
15
- byebug (10.0.2)
16
+ byebug (11.1.3)
16
17
  celluloid (0.17.4)
17
18
  celluloid-essentials
18
19
  celluloid-extras
@@ -30,87 +31,87 @@ GEM
30
31
  timers (>= 4.1.1)
31
32
  celluloid-supervision (0.20.6)
32
33
  timers (>= 4.1.1)
33
- coderay (1.1.2)
34
- concurrent-ruby (1.1.6)
35
- connection_pool (2.2.3)
36
- diff-lcs (1.3)
34
+ coderay (1.1.3)
35
+ concurrent-ruby (1.1.9)
36
+ connection_pool (2.2.5)
37
+ diff-lcs (1.5.0)
37
38
  json (1.8.6)
38
- method_source (0.9.2)
39
+ method_source (1.0.0)
39
40
  mustermann (1.1.1)
40
41
  ruby2_keywords (~> 0.0.1)
41
42
  parallel (1.21.0)
42
- parser (3.0.2.0)
43
+ parser (3.1.1.0)
43
44
  ast (~> 2.4.1)
44
- pry (0.12.2)
45
- coderay (~> 1.1.0)
46
- method_source (~> 0.9.0)
47
- pry-byebug (3.6.0)
48
- byebug (~> 10.0)
49
- pry (~> 0.10)
50
- rack (2.2.2)
51
- rack-protection (2.0.8.1)
45
+ pry (0.13.1)
46
+ coderay (~> 1.1)
47
+ method_source (~> 1.0)
48
+ pry-byebug (3.9.0)
49
+ byebug (~> 11.0)
50
+ pry (~> 0.13.0)
51
+ rack (2.2.3)
52
+ rack-protection (2.2.0)
52
53
  rack
53
54
  rack-test (1.1.0)
54
55
  rack (>= 1.0, < 3)
55
- rainbow (3.0.0)
56
- rake (13.0.1)
56
+ rainbow (3.1.1)
57
+ rake (13.0.6)
57
58
  redis (3.3.5)
58
59
  redis-namespace (1.6.0)
59
60
  redis (>= 3.0.4)
60
- regexp_parser (2.1.1)
61
+ regexp_parser (2.2.1)
61
62
  rexml (3.2.5)
62
- rspec (3.9.0)
63
- rspec-core (~> 3.9.0)
64
- rspec-expectations (~> 3.9.0)
65
- rspec-mocks (~> 3.9.0)
66
- rspec-core (3.9.1)
67
- rspec-support (~> 3.9.1)
68
- rspec-expectations (3.9.0)
63
+ rspec (3.11.0)
64
+ rspec-core (~> 3.11.0)
65
+ rspec-expectations (~> 3.11.0)
66
+ rspec-mocks (~> 3.11.0)
67
+ rspec-core (3.11.0)
68
+ rspec-support (~> 3.11.0)
69
+ rspec-expectations (3.11.0)
69
70
  diff-lcs (>= 1.2.0, < 2.0)
70
- rspec-support (~> 3.9.0)
71
- rspec-mocks (3.9.1)
71
+ rspec-support (~> 3.11.0)
72
+ rspec-mocks (3.11.0)
72
73
  diff-lcs (>= 1.2.0, < 2.0)
73
- rspec-support (~> 3.9.0)
74
- rspec-support (3.9.2)
75
- rubocop (1.22.3)
74
+ rspec-support (~> 3.11.0)
75
+ rspec-support (3.11.0)
76
+ rubocop (1.26.0)
76
77
  parallel (~> 1.10)
77
- parser (>= 3.0.0.0)
78
+ parser (>= 3.1.0.0)
78
79
  rainbow (>= 2.2.2, < 4.0)
79
80
  regexp_parser (>= 1.8, < 3.0)
80
81
  rexml
81
- rubocop-ast (>= 1.12.0, < 2.0)
82
+ rubocop-ast (>= 1.16.0, < 2.0)
82
83
  ruby-progressbar (~> 1.7)
83
84
  unicode-display_width (>= 1.4.0, < 3.0)
84
- rubocop-ast (1.13.0)
85
- parser (>= 3.0.1.1)
86
- rubocop-performance (1.12.0)
85
+ rubocop-ast (1.16.0)
86
+ parser (>= 3.1.1.0)
87
+ rubocop-performance (1.13.3)
87
88
  rubocop (>= 1.7.0, < 2.0)
88
89
  rubocop-ast (>= 0.4.0)
89
90
  rubocop-rake (0.6.0)
90
91
  rubocop (~> 1.0)
91
- rubocop-rspec (2.6.0)
92
+ rubocop-rspec (2.9.0)
92
93
  rubocop (~> 1.19)
93
94
  ruby-progressbar (1.11.0)
94
- ruby2_keywords (0.0.2)
95
+ ruby2_keywords (0.0.5)
95
96
  sidekiq (3.5.4)
96
97
  celluloid (~> 0.17.2)
97
98
  connection_pool (~> 2.2, >= 2.2.0)
98
99
  json (~> 1.0)
99
100
  redis (~> 3.2, >= 3.2.1)
100
101
  redis-namespace (~> 1.5, >= 1.5.2)
101
- sinatra (2.0.8.1)
102
+ sinatra (2.2.0)
102
103
  mustermann (~> 1.0)
103
- rack (~> 2.0)
104
- rack-protection (= 2.0.8.1)
104
+ rack (~> 2.2)
105
+ rack-protection (= 2.2.0)
105
106
  tilt (~> 2.0)
106
- slim (4.0.1)
107
+ slim (4.1.0)
107
108
  temple (>= 0.7.6, < 0.9)
108
109
  tilt (>= 2.0.6, < 2.1)
109
110
  temple (0.8.2)
110
- thor (1.0.1)
111
+ thor (1.2.1)
111
112
  tilt (2.0.10)
112
- timecop (0.9.1)
113
- timers (4.3.2)
113
+ timecop (0.9.5)
114
+ timers (4.3.3)
114
115
  unicode-display_width (2.1.0)
115
116
 
116
117
  PLATFORMS
@@ -137,4 +138,4 @@ DEPENDENCIES
137
138
  timecop (~> 0.9)
138
139
 
139
140
  BUNDLED WITH
140
- 2.2.17
141
+ 2.3.7
@@ -1,72 +1,73 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- sidekiq-prometheus-exporter (0.1.15)
4
+ sidekiq-prometheus-exporter (0.1.17)
5
+ rack (>= 1.6.0)
5
6
  sidekiq (>= 3.3.1)
6
7
 
7
8
  GEM
8
9
  remote: https://rubygems.org/
9
10
  specs:
10
- appraisal (2.2.0)
11
+ appraisal (2.4.1)
11
12
  bundler
12
13
  rake
13
14
  thor (>= 0.14.0)
14
15
  ast (2.4.2)
15
- byebug (10.0.2)
16
- coderay (1.1.2)
17
- concurrent-ruby (1.1.8)
18
- connection_pool (2.2.3)
19
- diff-lcs (1.3)
20
- method_source (0.9.2)
16
+ byebug (11.1.3)
17
+ coderay (1.1.3)
18
+ concurrent-ruby (1.1.9)
19
+ connection_pool (2.2.5)
20
+ diff-lcs (1.5.0)
21
+ method_source (1.0.0)
21
22
  parallel (1.21.0)
22
- parser (3.0.2.0)
23
+ parser (3.1.1.0)
23
24
  ast (~> 2.4.1)
24
- pry (0.12.2)
25
- coderay (~> 1.1.0)
26
- method_source (~> 0.9.0)
27
- pry-byebug (3.6.0)
28
- byebug (~> 10.0)
29
- pry (~> 0.10)
25
+ pry (0.13.1)
26
+ coderay (~> 1.1)
27
+ method_source (~> 1.0)
28
+ pry-byebug (3.9.0)
29
+ byebug (~> 11.0)
30
+ pry (~> 0.13.0)
30
31
  rack (2.2.3)
31
- rack-protection (2.1.0)
32
+ rack-protection (2.2.0)
32
33
  rack
33
34
  rack-test (1.1.0)
34
35
  rack (>= 1.0, < 3)
35
- rainbow (3.0.0)
36
- rake (13.0.1)
36
+ rainbow (3.1.1)
37
+ rake (13.0.6)
37
38
  redis (3.3.5)
38
- regexp_parser (2.1.1)
39
+ regexp_parser (2.2.1)
39
40
  rexml (3.2.5)
40
- rspec (3.9.0)
41
- rspec-core (~> 3.9.0)
42
- rspec-expectations (~> 3.9.0)
43
- rspec-mocks (~> 3.9.0)
44
- rspec-core (3.9.1)
45
- rspec-support (~> 3.9.1)
46
- rspec-expectations (3.9.0)
41
+ rspec (3.11.0)
42
+ rspec-core (~> 3.11.0)
43
+ rspec-expectations (~> 3.11.0)
44
+ rspec-mocks (~> 3.11.0)
45
+ rspec-core (3.11.0)
46
+ rspec-support (~> 3.11.0)
47
+ rspec-expectations (3.11.0)
47
48
  diff-lcs (>= 1.2.0, < 2.0)
48
- rspec-support (~> 3.9.0)
49
- rspec-mocks (3.9.1)
49
+ rspec-support (~> 3.11.0)
50
+ rspec-mocks (3.11.0)
50
51
  diff-lcs (>= 1.2.0, < 2.0)
51
- rspec-support (~> 3.9.0)
52
- rspec-support (3.9.2)
53
- rubocop (1.22.3)
52
+ rspec-support (~> 3.11.0)
53
+ rspec-support (3.11.0)
54
+ rubocop (1.26.0)
54
55
  parallel (~> 1.10)
55
- parser (>= 3.0.0.0)
56
+ parser (>= 3.1.0.0)
56
57
  rainbow (>= 2.2.2, < 4.0)
57
58
  regexp_parser (>= 1.8, < 3.0)
58
59
  rexml
59
- rubocop-ast (>= 1.12.0, < 2.0)
60
+ rubocop-ast (>= 1.16.0, < 2.0)
60
61
  ruby-progressbar (~> 1.7)
61
62
  unicode-display_width (>= 1.4.0, < 3.0)
62
- rubocop-ast (1.13.0)
63
- parser (>= 3.0.1.1)
64
- rubocop-performance (1.12.0)
63
+ rubocop-ast (1.16.0)
64
+ parser (>= 3.1.1.0)
65
+ rubocop-performance (1.13.3)
65
66
  rubocop (>= 1.7.0, < 2.0)
66
67
  rubocop-ast (>= 0.4.0)
67
68
  rubocop-rake (0.6.0)
68
69
  rubocop (~> 1.0)
69
- rubocop-rspec (2.6.0)
70
+ rubocop-rspec (2.9.0)
70
71
  rubocop (~> 1.19)
71
72
  ruby-progressbar (1.11.0)
72
73
  sidekiq (4.2.10)
@@ -74,8 +75,8 @@ GEM
74
75
  connection_pool (~> 2.2, >= 2.2.0)
75
76
  rack-protection (>= 1.5.0)
76
77
  redis (~> 3.2, >= 3.2.1)
77
- thor (1.0.1)
78
- timecop (0.9.1)
78
+ thor (1.2.1)
79
+ timecop (0.9.5)
79
80
  unicode-display_width (2.1.0)
80
81
 
81
82
  PLATFORMS
@@ -98,4 +99,4 @@ DEPENDENCIES
98
99
  timecop (~> 0.9)
99
100
 
100
101
  BUNDLED WITH
101
- 2.2.17
102
+ 2.3.7
@@ -1,71 +1,72 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- sidekiq-prometheus-exporter (0.1.15)
4
+ sidekiq-prometheus-exporter (0.1.17)
5
+ rack (>= 1.6.0)
5
6
  sidekiq (>= 3.3.1)
6
7
 
7
8
  GEM
8
9
  remote: https://rubygems.org/
9
10
  specs:
10
- appraisal (2.2.0)
11
+ appraisal (2.4.1)
11
12
  bundler
12
13
  rake
13
14
  thor (>= 0.14.0)
14
15
  ast (2.4.2)
15
- byebug (10.0.2)
16
- coderay (1.1.2)
17
- connection_pool (2.2.3)
18
- diff-lcs (1.3)
19
- method_source (0.9.2)
16
+ byebug (11.1.3)
17
+ coderay (1.1.3)
18
+ connection_pool (2.2.5)
19
+ diff-lcs (1.5.0)
20
+ method_source (1.0.0)
20
21
  parallel (1.21.0)
21
- parser (3.0.2.0)
22
+ parser (3.1.1.0)
22
23
  ast (~> 2.4.1)
23
- pry (0.12.2)
24
- coderay (~> 1.1.0)
25
- method_source (~> 0.9.0)
26
- pry-byebug (3.6.0)
27
- byebug (~> 10.0)
28
- pry (~> 0.10)
24
+ pry (0.13.1)
25
+ coderay (~> 1.1)
26
+ method_source (~> 1.0)
27
+ pry-byebug (3.9.0)
28
+ byebug (~> 11.0)
29
+ pry (~> 0.13.0)
29
30
  rack (2.2.3)
30
- rack-protection (2.1.0)
31
+ rack-protection (2.2.0)
31
32
  rack
32
33
  rack-test (1.1.0)
33
34
  rack (>= 1.0, < 3)
34
- rainbow (3.0.0)
35
- rake (13.0.1)
35
+ rainbow (3.1.1)
36
+ rake (13.0.6)
36
37
  redis (3.3.5)
37
- regexp_parser (2.1.1)
38
+ regexp_parser (2.2.1)
38
39
  rexml (3.2.5)
39
- rspec (3.9.0)
40
- rspec-core (~> 3.9.0)
41
- rspec-expectations (~> 3.9.0)
42
- rspec-mocks (~> 3.9.0)
43
- rspec-core (3.9.1)
44
- rspec-support (~> 3.9.1)
45
- rspec-expectations (3.9.0)
40
+ rspec (3.11.0)
41
+ rspec-core (~> 3.11.0)
42
+ rspec-expectations (~> 3.11.0)
43
+ rspec-mocks (~> 3.11.0)
44
+ rspec-core (3.11.0)
45
+ rspec-support (~> 3.11.0)
46
+ rspec-expectations (3.11.0)
46
47
  diff-lcs (>= 1.2.0, < 2.0)
47
- rspec-support (~> 3.9.0)
48
- rspec-mocks (3.9.1)
48
+ rspec-support (~> 3.11.0)
49
+ rspec-mocks (3.11.0)
49
50
  diff-lcs (>= 1.2.0, < 2.0)
50
- rspec-support (~> 3.9.0)
51
- rspec-support (3.9.2)
52
- rubocop (1.22.3)
51
+ rspec-support (~> 3.11.0)
52
+ rspec-support (3.11.0)
53
+ rubocop (1.26.0)
53
54
  parallel (~> 1.10)
54
- parser (>= 3.0.0.0)
55
+ parser (>= 3.1.0.0)
55
56
  rainbow (>= 2.2.2, < 4.0)
56
57
  regexp_parser (>= 1.8, < 3.0)
57
58
  rexml
58
- rubocop-ast (>= 1.12.0, < 2.0)
59
+ rubocop-ast (>= 1.16.0, < 2.0)
59
60
  ruby-progressbar (~> 1.7)
60
61
  unicode-display_width (>= 1.4.0, < 3.0)
61
- rubocop-ast (1.13.0)
62
- parser (>= 3.0.1.1)
63
- rubocop-performance (1.12.0)
62
+ rubocop-ast (1.16.0)
63
+ parser (>= 3.1.1.0)
64
+ rubocop-performance (1.13.3)
64
65
  rubocop (>= 1.7.0, < 2.0)
65
66
  rubocop-ast (>= 0.4.0)
66
67
  rubocop-rake (0.6.0)
67
68
  rubocop (~> 1.0)
68
- rubocop-rspec (2.6.0)
69
+ rubocop-rspec (2.9.0)
69
70
  rubocop (~> 1.19)
70
71
  ruby-progressbar (1.11.0)
71
72
  sidekiq (5.2.9)
@@ -73,8 +74,8 @@ GEM
73
74
  rack (~> 2.0)
74
75
  rack-protection (>= 1.5.0)
75
76
  redis (>= 3.3.5, < 4.2)
76
- thor (1.0.1)
77
- timecop (0.9.1)
77
+ thor (1.2.1)
78
+ timecop (0.9.5)
78
79
  unicode-display_width (2.1.0)
79
80
 
80
81
  PLATFORMS
@@ -97,4 +98,4 @@ DEPENDENCIES
97
98
  timecop (~> 0.9)
98
99
 
99
100
  BUNDLED WITH
100
- 2.2.17
101
+ 2.3.7
@@ -1,77 +1,78 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- sidekiq-prometheus-exporter (0.1.15)
4
+ sidekiq-prometheus-exporter (0.1.17)
5
+ rack (>= 1.6.0)
5
6
  sidekiq (>= 3.3.1)
6
7
 
7
8
  GEM
8
9
  remote: https://rubygems.org/
9
10
  specs:
10
- appraisal (2.2.0)
11
+ appraisal (2.4.1)
11
12
  bundler
12
13
  rake
13
14
  thor (>= 0.14.0)
14
15
  ast (2.4.2)
15
- byebug (10.0.2)
16
- coderay (1.1.2)
17
- connection_pool (2.2.3)
18
- diff-lcs (1.3)
19
- method_source (0.9.2)
16
+ byebug (11.1.3)
17
+ coderay (1.1.3)
18
+ connection_pool (2.2.5)
19
+ diff-lcs (1.5.0)
20
+ method_source (1.0.0)
20
21
  parallel (1.21.0)
21
- parser (3.0.2.0)
22
+ parser (3.1.1.0)
22
23
  ast (~> 2.4.1)
23
- pry (0.12.2)
24
- coderay (~> 1.1.0)
25
- method_source (~> 0.9.0)
26
- pry-byebug (3.6.0)
27
- byebug (~> 10.0)
28
- pry (~> 0.10)
24
+ pry (0.13.1)
25
+ coderay (~> 1.1)
26
+ method_source (~> 1.0)
27
+ pry-byebug (3.9.0)
28
+ byebug (~> 11.0)
29
+ pry (~> 0.13.0)
29
30
  rack (2.2.3)
30
31
  rack-test (1.1.0)
31
32
  rack (>= 1.0, < 3)
32
- rainbow (3.0.0)
33
- rake (13.0.1)
34
- redis (4.2.5)
35
- regexp_parser (2.1.1)
33
+ rainbow (3.1.1)
34
+ rake (13.0.6)
35
+ redis (4.6.0)
36
+ regexp_parser (2.2.1)
36
37
  rexml (3.2.5)
37
- rspec (3.9.0)
38
- rspec-core (~> 3.9.0)
39
- rspec-expectations (~> 3.9.0)
40
- rspec-mocks (~> 3.9.0)
41
- rspec-core (3.9.1)
42
- rspec-support (~> 3.9.1)
43
- rspec-expectations (3.9.0)
38
+ rspec (3.11.0)
39
+ rspec-core (~> 3.11.0)
40
+ rspec-expectations (~> 3.11.0)
41
+ rspec-mocks (~> 3.11.0)
42
+ rspec-core (3.11.0)
43
+ rspec-support (~> 3.11.0)
44
+ rspec-expectations (3.11.0)
44
45
  diff-lcs (>= 1.2.0, < 2.0)
45
- rspec-support (~> 3.9.0)
46
- rspec-mocks (3.9.1)
46
+ rspec-support (~> 3.11.0)
47
+ rspec-mocks (3.11.0)
47
48
  diff-lcs (>= 1.2.0, < 2.0)
48
- rspec-support (~> 3.9.0)
49
- rspec-support (3.9.2)
50
- rubocop (1.22.3)
49
+ rspec-support (~> 3.11.0)
50
+ rspec-support (3.11.0)
51
+ rubocop (1.26.0)
51
52
  parallel (~> 1.10)
52
- parser (>= 3.0.0.0)
53
+ parser (>= 3.1.0.0)
53
54
  rainbow (>= 2.2.2, < 4.0)
54
55
  regexp_parser (>= 1.8, < 3.0)
55
56
  rexml
56
- rubocop-ast (>= 1.12.0, < 2.0)
57
+ rubocop-ast (>= 1.16.0, < 2.0)
57
58
  ruby-progressbar (~> 1.7)
58
59
  unicode-display_width (>= 1.4.0, < 3.0)
59
- rubocop-ast (1.13.0)
60
- parser (>= 3.0.1.1)
61
- rubocop-performance (1.12.0)
60
+ rubocop-ast (1.16.0)
61
+ parser (>= 3.1.1.0)
62
+ rubocop-performance (1.13.3)
62
63
  rubocop (>= 1.7.0, < 2.0)
63
64
  rubocop-ast (>= 0.4.0)
64
65
  rubocop-rake (0.6.0)
65
66
  rubocop (~> 1.0)
66
- rubocop-rspec (2.6.0)
67
+ rubocop-rspec (2.9.0)
67
68
  rubocop (~> 1.19)
68
69
  ruby-progressbar (1.11.0)
69
- sidekiq (6.1.3)
70
+ sidekiq (6.4.1)
70
71
  connection_pool (>= 2.2.2)
71
72
  rack (~> 2.0)
72
73
  redis (>= 4.2.0)
73
- thor (1.0.1)
74
- timecop (0.9.1)
74
+ thor (1.2.1)
75
+ timecop (0.9.5)
75
76
  unicode-display_width (2.1.0)
76
77
 
77
78
  PLATFORMS
@@ -94,4 +95,4 @@ DEPENDENCIES
94
95
  timecop (~> 0.9)
95
96
 
96
97
  BUNDLED WITH
97
- 2.2.17
98
+ 2.3.7
@@ -1,92 +1,95 @@
1
1
  GIT
2
2
  remote: https://github.com/mperham/sidekiq
3
- revision: 2f049eae5df957786c4e9c0b5b32e0a5acc1c7d1
3
+ revision: 20cdf68a7362c9f7cc40508e294b96026754772b
4
4
  specs:
5
- sidekiq (6.1.3)
5
+ sidekiq (6.4.1)
6
6
  connection_pool (>= 2.2.2)
7
7
  rack (~> 2.0)
8
8
  redis (>= 4.2.0)
9
9
 
10
10
  GIT
11
11
  remote: https://github.com/rack/rack
12
- revision: a05f8d56f9ac4da14dddb8f312a3b43644f73397
12
+ revision: 253fc5b29c240276d3cf573bdf795e6a6126b16f
13
13
  specs:
14
14
  rack (2.3.0)
15
+ rack-session
15
16
 
16
17
  GIT
17
18
  remote: https://github.com/redis/redis-rb
18
- revision: b42d25162d9856a3091ca7830635a95eed9bcb74
19
+ revision: 5fb64bdecacac0bc5738f194ab82cd1001071879
19
20
  specs:
20
- redis (4.2.5)
21
+ redis (4.6.0)
21
22
 
22
23
  PATH
23
24
  remote: ..
24
25
  specs:
25
- sidekiq-prometheus-exporter (0.1.15)
26
+ sidekiq-prometheus-exporter (0.1.17)
27
+ rack (>= 1.6.0)
26
28
  sidekiq (>= 3.3.1)
27
29
 
28
30
  GEM
29
31
  remote: https://rubygems.org/
30
32
  specs:
31
- appraisal (2.2.0)
33
+ appraisal (2.4.1)
32
34
  bundler
33
35
  rake
34
36
  thor (>= 0.14.0)
35
37
  ast (2.4.2)
36
- byebug (10.0.2)
37
- coderay (1.1.2)
38
- connection_pool (2.2.3)
39
- diff-lcs (1.3)
40
- method_source (0.9.2)
38
+ byebug (11.1.3)
39
+ coderay (1.1.3)
40
+ connection_pool (2.2.5)
41
+ diff-lcs (1.5.0)
42
+ method_source (1.0.0)
41
43
  parallel (1.21.0)
42
- parser (3.0.2.0)
44
+ parser (3.1.1.0)
43
45
  ast (~> 2.4.1)
44
- pry (0.12.2)
45
- coderay (~> 1.1.0)
46
- method_source (~> 0.9.0)
47
- pry-byebug (3.6.0)
48
- byebug (~> 10.0)
49
- pry (~> 0.10)
46
+ pry (0.13.1)
47
+ coderay (~> 1.1)
48
+ method_source (~> 1.0)
49
+ pry-byebug (3.9.0)
50
+ byebug (~> 11.0)
51
+ pry (~> 0.13.0)
52
+ rack-session (0.1.0)
50
53
  rack-test (1.1.0)
51
54
  rack (>= 1.0, < 3)
52
- rainbow (3.0.0)
53
- rake (13.0.1)
54
- regexp_parser (2.1.1)
55
+ rainbow (3.1.1)
56
+ rake (13.0.6)
57
+ regexp_parser (2.2.1)
55
58
  rexml (3.2.5)
56
- rspec (3.9.0)
57
- rspec-core (~> 3.9.0)
58
- rspec-expectations (~> 3.9.0)
59
- rspec-mocks (~> 3.9.0)
60
- rspec-core (3.9.1)
61
- rspec-support (~> 3.9.1)
62
- rspec-expectations (3.9.0)
59
+ rspec (3.11.0)
60
+ rspec-core (~> 3.11.0)
61
+ rspec-expectations (~> 3.11.0)
62
+ rspec-mocks (~> 3.11.0)
63
+ rspec-core (3.11.0)
64
+ rspec-support (~> 3.11.0)
65
+ rspec-expectations (3.11.0)
63
66
  diff-lcs (>= 1.2.0, < 2.0)
64
- rspec-support (~> 3.9.0)
65
- rspec-mocks (3.9.1)
67
+ rspec-support (~> 3.11.0)
68
+ rspec-mocks (3.11.0)
66
69
  diff-lcs (>= 1.2.0, < 2.0)
67
- rspec-support (~> 3.9.0)
68
- rspec-support (3.9.2)
69
- rubocop (1.22.3)
70
+ rspec-support (~> 3.11.0)
71
+ rspec-support (3.11.0)
72
+ rubocop (1.26.0)
70
73
  parallel (~> 1.10)
71
- parser (>= 3.0.0.0)
74
+ parser (>= 3.1.0.0)
72
75
  rainbow (>= 2.2.2, < 4.0)
73
76
  regexp_parser (>= 1.8, < 3.0)
74
77
  rexml
75
- rubocop-ast (>= 1.12.0, < 2.0)
78
+ rubocop-ast (>= 1.16.0, < 2.0)
76
79
  ruby-progressbar (~> 1.7)
77
80
  unicode-display_width (>= 1.4.0, < 3.0)
78
- rubocop-ast (1.13.0)
79
- parser (>= 3.0.1.1)
80
- rubocop-performance (1.12.0)
81
+ rubocop-ast (1.16.0)
82
+ parser (>= 3.1.1.0)
83
+ rubocop-performance (1.13.3)
81
84
  rubocop (>= 1.7.0, < 2.0)
82
85
  rubocop-ast (>= 0.4.0)
83
86
  rubocop-rake (0.6.0)
84
87
  rubocop (~> 1.0)
85
- rubocop-rspec (2.6.0)
88
+ rubocop-rspec (2.9.0)
86
89
  rubocop (~> 1.19)
87
90
  ruby-progressbar (1.11.0)
88
- thor (1.0.1)
89
- timecop (0.9.1)
91
+ thor (1.2.1)
92
+ timecop (0.9.5)
90
93
  unicode-display_width (2.1.0)
91
94
 
92
95
  PLATFORMS
@@ -110,4 +113,4 @@ DEPENDENCIES
110
113
  timecop (~> 0.9)
111
114
 
112
115
  BUNDLED WITH
113
- 2.2.17
116
+ 2.3.7
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  apiVersion: v1
3
- appVersion: 0.1.15
3
+ appVersion: 0.1.17
4
4
  description: A Helm chart to deploy sidekiq-prometheus-exporter in Kubernetes
5
5
  name: sidekiq-prometheus-exporter
6
- version: 0.1.15-3
6
+ version: 0.1.17
@@ -51,7 +51,7 @@ $ helm install sidekiq-metrics strech/sidekiq-prometheus-exporter --set serviceA
51
51
  | `fullnameOverride` | Override the full resource names | `nil` |
52
52
  | `image.registry` | Image registry | `docker.io` |
53
53
  | `image.repository` | Image repository | `strech/sidekiq-prometheus-exporter` |
54
- | `image.tag` | Image tag | `0.1.15-3` |
54
+ | `image.tag` | Image tag | `0.1.17` |
55
55
  | `image.pullPolicy` | Image pull policy | `IfNotPresent` |
56
56
  | `image.pullSecrets` | Image pull secrets | `nil` |
57
57
  | `containerPort` | Port for the exporter to bind on | `9292` |
@@ -9,7 +9,7 @@
9
9
  image:
10
10
  registry: docker.io
11
11
  repository: strech/sidekiq-prometheus-exporter
12
- tag: 0.1.15-3
12
+ tag: 0.1.17
13
13
  ## Specify a imagePullPolicy
14
14
  ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
15
15
  ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
@@ -3,7 +3,7 @@
3
3
  module Sidekiq
4
4
  module Prometheus
5
5
  module Exporter
6
- VERSION = '0.1.16'.freeze
6
+ VERSION = '0.1.17'.freeze
7
7
  end
8
8
  end
9
9
  end
@@ -12,7 +12,7 @@ module Sidekiq
12
12
  NOT_FOUND_TEXT = 'Not Found'.freeze
13
13
  MOUNT_PATH = '/metrics'.freeze
14
14
  # rubocop:disable Style/MutableConstant
15
- HEADERS = {'Content-Type' => 'text/plain; version=0.0.4', 'Cache-Control' => 'no-cache'}
15
+ HEADERS = {Rack::CONTENT_TYPE => 'text/plain; version=0.0.4', Rack::CACHE_CONTROL => 'no-cache'}
16
16
  # rubocop:enable Style/MutableConstant
17
17
  EXPORTERS = Exporters.new
18
18
 
@@ -16,6 +16,7 @@ Gem::Specification.new do |spec|
16
16
 
17
17
  if spec.respond_to?(:metadata)
18
18
  spec.metadata['allowed_push_host'] = 'https://rubygems.org'
19
+ spec.metadata['rubygems_mfa_required'] = 'true'
19
20
  else
20
21
  raise 'RubyGems 2.0 or newer is required to protect against ' \
21
22
  'public gem pushes.'
@@ -29,6 +30,7 @@ Gem::Specification.new do |spec|
29
30
  spec.require_paths = %w(lib)
30
31
 
31
32
  spec.required_ruby_version = '>= 2.3'
33
+ spec.add_dependency 'rack', '>= 1.6.0'
32
34
  spec.add_dependency 'sidekiq', '>= 3.3.1'
33
35
 
34
36
  spec.add_development_dependency 'appraisal', '~> 2.2'
metadata CHANGED
@@ -1,15 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sidekiq-prometheus-exporter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.16
4
+ version: 0.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Fedorov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-14 00:00:00.000000000 Z
11
+ date: 2022-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rack
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 1.6.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 1.6.0
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: sidekiq
15
29
  requirement: !ruby/object:Gem::Requirement
@@ -248,6 +262,7 @@ homepage: https://github.com/Strech/sidekiq-prometheus-exporter
248
262
  licenses: []
249
263
  metadata:
250
264
  allowed_push_host: https://rubygems.org
265
+ rubygems_mfa_required: 'true'
251
266
  post_install_message:
252
267
  rdoc_options: []
253
268
  require_paths:
@@ -263,7 +278,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
263
278
  - !ruby/object:Gem::Version
264
279
  version: '0'
265
280
  requirements: []
266
- rubygems_version: 3.2.20
281
+ rubygems_version: 3.1.6
267
282
  signing_key:
268
283
  specification_version: 4
269
284
  summary: Prometheus exporter for the Sidekiq