newrelic-sidekiq-metrics 1.0.1 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.dependabot/config.yml +0 -7
- data/.github/ISSUE_TEMPLATE/bug_report.md +33 -0
- data/.github/ISSUE_TEMPLATE/config.yml +1 -0
- data/.github/ISSUE_TEMPLATE/story.md +22 -0
- data/.github/PULL_REQUEST_TEMPLATE.md +18 -0
- data/.github/workflows/auto-approve.yml +16 -0
- data/.travis.yml +3 -2
- data/Gemfile.lock +40 -35
- data/lib/newrelic_sidekiq_metrics/version.rb +1 -1
- data/newrelic-sidekiq-metrics.gemspec +12 -11
- metadata +33 -20
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 918e652a40fcca747e0bfbf22ceee1e5f1c1bd84f1977f936ebdc547d56072c6
|
4
|
+
data.tar.gz: 11c8b9b6cbe94ee53f5aab9f8a6ad3aa06d5963453e166ae4713cd4d78c1e037
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f037664b66be444cd1e93be897ca86181cd0227ef5e2779ce9e7f2578b02641666e534ddf2c4aebfcbcf36a4498cd5096241be49960182a4317ce3257c57a5b
|
7
|
+
data.tar.gz: 338bfce14a6f9768381f8e0ca6c42b27981120892e399404822e8957fc769e500d79190d115205de0d86bf709b2ebd33a6ef26ba66ce92ab4122a94efbdbbde3
|
data/.dependabot/config.yml
CHANGED
@@ -0,0 +1,33 @@
|
|
1
|
+
---
|
2
|
+
name: Bug report
|
3
|
+
about: Create a report to track an issue that has been identified
|
4
|
+
title: ''
|
5
|
+
labels: ''
|
6
|
+
assignees: ''
|
7
|
+
|
8
|
+
---
|
9
|
+
|
10
|
+
**Describe the bug**
|
11
|
+
A clear and concise description of what the bug is.
|
12
|
+
|
13
|
+
**To Reproduce**
|
14
|
+
Steps to reproduce the behavior:
|
15
|
+
1. Go to '...'
|
16
|
+
2. Click on '....'
|
17
|
+
3. Scroll down to '....'
|
18
|
+
4. See error
|
19
|
+
|
20
|
+
**Expected behavior**
|
21
|
+
A clear and concise description of what you expected to happen.
|
22
|
+
|
23
|
+
**Mutation/Query**
|
24
|
+
|
25
|
+
**URL and HTTP method (for non-GQL):**
|
26
|
+
|
27
|
+
**Sentry or Logs URL:**
|
28
|
+
|
29
|
+
**User/authentication details**
|
30
|
+
Impacted user name or service account
|
31
|
+
|
32
|
+
**Additional context**
|
33
|
+
Add any other context about the problem here.
|
@@ -0,0 +1 @@
|
|
1
|
+
blank_issues_enabled: false
|
@@ -0,0 +1,22 @@
|
|
1
|
+
---
|
2
|
+
name: New story
|
3
|
+
about: Add a new story for implementation
|
4
|
+
title: ''
|
5
|
+
labels: ''
|
6
|
+
assignees: ''
|
7
|
+
|
8
|
+
---
|
9
|
+
|
10
|
+
**Describe the solution**
|
11
|
+
A clear and concise description of what you want to happen.
|
12
|
+
When will this feature be done?
|
13
|
+
|
14
|
+
**Describe the users**
|
15
|
+
Who are we building this feature for?
|
16
|
+
|
17
|
+
**Additional context**
|
18
|
+
Add any other context or screenshots about the feature request here.
|
19
|
+
Link to any applicable documents describing the feature.
|
20
|
+
|
21
|
+
**Designs**
|
22
|
+
Link to any applicable designs on Invision.
|
@@ -0,0 +1,18 @@
|
|
1
|
+
## Description
|
2
|
+
<!--- Describe your changes in detail -->
|
3
|
+
|
4
|
+
## Related issue(s)
|
5
|
+
<!--- GH issue number -->
|
6
|
+
|
7
|
+
## Motivation and Context
|
8
|
+
<!--- Why is this change required? What problem does it solve? -->
|
9
|
+
<!--- If it fixes an open issue, please link to the issue here. -->
|
10
|
+
|
11
|
+
## How Has This Been Tested?
|
12
|
+
<!--- Please describe in detail how you tested your changes. -->
|
13
|
+
|
14
|
+
## Screenshots (if appropriate):
|
15
|
+
<!--- Please add any screenshots of the feature. -->
|
16
|
+
|
17
|
+
## Related PRs
|
18
|
+
<!--- Please add links to any related PRs (backend, component packages, etc). -->
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# automatically approve PRs submitted by Dependabot
|
2
|
+
# this will allow Dependabot to automatically merge dependency update PRs where CI passes
|
3
|
+
# from: https://github.com/hmarr/auto-approve-action
|
4
|
+
name: Auto approve Dependabot PRs
|
5
|
+
|
6
|
+
on:
|
7
|
+
pull_request
|
8
|
+
|
9
|
+
jobs:
|
10
|
+
auto-approve:
|
11
|
+
runs-on: ubuntu-latest
|
12
|
+
steps:
|
13
|
+
- uses: hmarr/auto-approve-action@v2.0.0
|
14
|
+
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
|
15
|
+
with:
|
16
|
+
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,61 +1,65 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
newrelic-sidekiq-metrics (1.
|
5
|
-
newrelic_rpm (
|
6
|
-
sidekiq (~> 6.
|
4
|
+
newrelic-sidekiq-metrics (1.1.1)
|
5
|
+
newrelic_rpm (~> 6.8)
|
6
|
+
sidekiq (~> 6.1)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
ast (2.4.
|
12
|
-
coderay (1.1.
|
13
|
-
connection_pool (2.2.
|
14
|
-
diff-lcs (1.
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
rack (2.1.1)
|
25
|
-
rack-protection (2.0.8.1)
|
26
|
-
rack
|
11
|
+
ast (2.4.1)
|
12
|
+
coderay (1.1.3)
|
13
|
+
connection_pool (2.2.3)
|
14
|
+
diff-lcs (1.4.4)
|
15
|
+
method_source (1.0.0)
|
16
|
+
newrelic_rpm (6.12.0.367)
|
17
|
+
parallel (1.19.2)
|
18
|
+
parser (2.7.1.4)
|
19
|
+
ast (~> 2.4.1)
|
20
|
+
pry (0.13.1)
|
21
|
+
coderay (~> 1.1)
|
22
|
+
method_source (~> 1.0)
|
23
|
+
rack (2.2.3)
|
27
24
|
rainbow (3.0.0)
|
28
25
|
rake (13.0.1)
|
29
|
-
redis (4.1
|
26
|
+
redis (4.2.1)
|
27
|
+
regexp_parser (1.7.1)
|
28
|
+
rexml (3.2.4)
|
30
29
|
rspec (3.9.0)
|
31
30
|
rspec-core (~> 3.9.0)
|
32
31
|
rspec-expectations (~> 3.9.0)
|
33
32
|
rspec-mocks (~> 3.9.0)
|
34
|
-
rspec-core (3.9.
|
35
|
-
rspec-support (~> 3.9.
|
36
|
-
rspec-expectations (3.9.
|
33
|
+
rspec-core (3.9.2)
|
34
|
+
rspec-support (~> 3.9.3)
|
35
|
+
rspec-expectations (3.9.2)
|
37
36
|
diff-lcs (>= 1.2.0, < 2.0)
|
38
37
|
rspec-support (~> 3.9.0)
|
39
38
|
rspec-mocks (3.9.1)
|
40
39
|
diff-lcs (>= 1.2.0, < 2.0)
|
41
40
|
rspec-support (~> 3.9.0)
|
42
|
-
rspec-support (3.9.
|
43
|
-
rubocop (0.
|
44
|
-
jaro_winkler (~> 1.5.1)
|
41
|
+
rspec-support (3.9.3)
|
42
|
+
rubocop (0.90.0)
|
45
43
|
parallel (~> 1.10)
|
46
|
-
parser (>= 2.7.
|
44
|
+
parser (>= 2.7.1.1)
|
47
45
|
rainbow (>= 2.2.2, < 4.0)
|
46
|
+
regexp_parser (>= 1.7)
|
47
|
+
rexml
|
48
|
+
rubocop-ast (>= 0.3.0, < 1.0)
|
48
49
|
ruby-progressbar (~> 1.7)
|
49
|
-
unicode-display_width (>= 1.4.0, <
|
50
|
-
rubocop-
|
51
|
-
|
50
|
+
unicode-display_width (>= 1.4.0, < 2.0)
|
51
|
+
rubocop-ast (0.3.0)
|
52
|
+
parser (>= 2.7.1.4)
|
53
|
+
rubocop-performance (1.7.1)
|
54
|
+
rubocop (>= 0.82.0)
|
55
|
+
rubocop-rspec (1.43.2)
|
56
|
+
rubocop (~> 0.87)
|
52
57
|
ruby-progressbar (1.10.1)
|
53
|
-
sidekiq (6.
|
58
|
+
sidekiq (6.1.1)
|
54
59
|
connection_pool (>= 2.2.2)
|
55
|
-
rack (
|
56
|
-
|
57
|
-
|
58
|
-
unicode-display_width (1.6.1)
|
60
|
+
rack (~> 2.0)
|
61
|
+
redis (>= 4.2.0)
|
62
|
+
unicode-display_width (1.7.0)
|
59
63
|
|
60
64
|
PLATFORMS
|
61
65
|
ruby
|
@@ -68,6 +72,7 @@ DEPENDENCIES
|
|
68
72
|
rspec
|
69
73
|
rubocop
|
70
74
|
rubocop-performance
|
75
|
+
rubocop-rspec
|
71
76
|
|
72
77
|
BUNDLED WITH
|
73
78
|
2.1.4
|
@@ -3,14 +3,14 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
3
3
|
require 'newrelic_sidekiq_metrics/version'
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
|
-
spec.name
|
7
|
-
spec.version
|
8
|
-
spec.authors
|
9
|
-
spec.email
|
6
|
+
spec.name = 'newrelic-sidekiq-metrics'
|
7
|
+
spec.version = NewrelicSidekiqMetrics::VERSION
|
8
|
+
spec.authors = ['Krzysztof Knapik', 'RenoFi Engineering Team']
|
9
|
+
spec.email = ['knapo@knapo.net', 'engineering@renofi.com']
|
10
10
|
|
11
|
-
spec.summary
|
11
|
+
spec.summary = 'Implements recording Sidekiq stats to New Relic metrics.'
|
12
12
|
spec.homepage = 'https://github.com/RenoFi/newrelic-sidekiq-metrics'
|
13
|
-
spec.license
|
13
|
+
spec.license = 'MIT'
|
14
14
|
|
15
15
|
spec.metadata['homepage_uri'] = 'https://github.com/RenoFi/newrelic-sidekiq-metrics'
|
16
16
|
spec.metadata['source_code_uri'] = 'https://github.com/RenoFi/newrelic-sidekiq-metrics'
|
@@ -18,14 +18,14 @@ Gem::Specification.new do |spec|
|
|
18
18
|
spec.files = Dir.chdir(__dir__) do
|
19
19
|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(bin/|spec/|\.rub)}) }
|
20
20
|
end
|
21
|
-
spec.bindir
|
22
|
-
spec.executables
|
21
|
+
spec.bindir = 'exe'
|
22
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
23
23
|
spec.require_paths = ['lib']
|
24
24
|
|
25
|
-
spec.required_ruby_version = '>= 2.
|
25
|
+
spec.required_ruby_version = '>= 2.6'
|
26
26
|
|
27
|
-
spec.add_dependency 'newrelic_rpm', '
|
28
|
-
spec.add_dependency 'sidekiq', '~> 6.
|
27
|
+
spec.add_dependency 'newrelic_rpm', '~> 6.8'
|
28
|
+
spec.add_dependency 'sidekiq', '~> 6.1'
|
29
29
|
|
30
30
|
spec.add_development_dependency 'bundler'
|
31
31
|
spec.add_development_dependency 'pry'
|
@@ -33,4 +33,5 @@ Gem::Specification.new do |spec|
|
|
33
33
|
spec.add_development_dependency 'rspec'
|
34
34
|
spec.add_development_dependency 'rubocop'
|
35
35
|
spec.add_development_dependency 'rubocop-performance'
|
36
|
+
spec.add_development_dependency 'rubocop-rspec'
|
36
37
|
end
|
metadata
CHANGED
@@ -1,50 +1,44 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: newrelic-sidekiq-metrics
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krzysztof Knapik
|
8
8
|
- RenoFi Engineering Team
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-
|
12
|
+
date: 2020-09-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: newrelic_rpm
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- - "
|
19
|
-
- !ruby/object:Gem::Version
|
20
|
-
version: '6.7'
|
21
|
-
- - "<"
|
18
|
+
- - "~>"
|
22
19
|
- !ruby/object:Gem::Version
|
23
|
-
version: '6.
|
20
|
+
version: '6.8'
|
24
21
|
type: :runtime
|
25
22
|
prerelease: false
|
26
23
|
version_requirements: !ruby/object:Gem::Requirement
|
27
24
|
requirements:
|
28
|
-
- - "
|
29
|
-
- !ruby/object:Gem::Version
|
30
|
-
version: '6.7'
|
31
|
-
- - "<"
|
25
|
+
- - "~>"
|
32
26
|
- !ruby/object:Gem::Version
|
33
|
-
version: '6.
|
27
|
+
version: '6.8'
|
34
28
|
- !ruby/object:Gem::Dependency
|
35
29
|
name: sidekiq
|
36
30
|
requirement: !ruby/object:Gem::Requirement
|
37
31
|
requirements:
|
38
32
|
- - "~>"
|
39
33
|
- !ruby/object:Gem::Version
|
40
|
-
version: 6.
|
34
|
+
version: '6.1'
|
41
35
|
type: :runtime
|
42
36
|
prerelease: false
|
43
37
|
version_requirements: !ruby/object:Gem::Requirement
|
44
38
|
requirements:
|
45
39
|
- - "~>"
|
46
40
|
- !ruby/object:Gem::Version
|
47
|
-
version: 6.
|
41
|
+
version: '6.1'
|
48
42
|
- !ruby/object:Gem::Dependency
|
49
43
|
name: bundler
|
50
44
|
requirement: !ruby/object:Gem::Requirement
|
@@ -129,7 +123,21 @@ dependencies:
|
|
129
123
|
- - ">="
|
130
124
|
- !ruby/object:Gem::Version
|
131
125
|
version: '0'
|
132
|
-
|
126
|
+
- !ruby/object:Gem::Dependency
|
127
|
+
name: rubocop-rspec
|
128
|
+
requirement: !ruby/object:Gem::Requirement
|
129
|
+
requirements:
|
130
|
+
- - ">="
|
131
|
+
- !ruby/object:Gem::Version
|
132
|
+
version: '0'
|
133
|
+
type: :development
|
134
|
+
prerelease: false
|
135
|
+
version_requirements: !ruby/object:Gem::Requirement
|
136
|
+
requirements:
|
137
|
+
- - ">="
|
138
|
+
- !ruby/object:Gem::Version
|
139
|
+
version: '0'
|
140
|
+
description:
|
133
141
|
email:
|
134
142
|
- knapo@knapo.net
|
135
143
|
- engineering@renofi.com
|
@@ -138,6 +146,11 @@ extensions: []
|
|
138
146
|
extra_rdoc_files: []
|
139
147
|
files:
|
140
148
|
- ".dependabot/config.yml"
|
149
|
+
- ".github/ISSUE_TEMPLATE/bug_report.md"
|
150
|
+
- ".github/ISSUE_TEMPLATE/config.yml"
|
151
|
+
- ".github/ISSUE_TEMPLATE/story.md"
|
152
|
+
- ".github/PULL_REQUEST_TEMPLATE.md"
|
153
|
+
- ".github/workflows/auto-approve.yml"
|
141
154
|
- ".gitignore"
|
142
155
|
- ".rspec"
|
143
156
|
- ".travis.yml"
|
@@ -158,7 +171,7 @@ licenses:
|
|
158
171
|
metadata:
|
159
172
|
homepage_uri: https://github.com/RenoFi/newrelic-sidekiq-metrics
|
160
173
|
source_code_uri: https://github.com/RenoFi/newrelic-sidekiq-metrics
|
161
|
-
post_install_message:
|
174
|
+
post_install_message:
|
162
175
|
rdoc_options: []
|
163
176
|
require_paths:
|
164
177
|
- lib
|
@@ -166,15 +179,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
166
179
|
requirements:
|
167
180
|
- - ">="
|
168
181
|
- !ruby/object:Gem::Version
|
169
|
-
version: '2.
|
182
|
+
version: '2.6'
|
170
183
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
171
184
|
requirements:
|
172
185
|
- - ">="
|
173
186
|
- !ruby/object:Gem::Version
|
174
187
|
version: '0'
|
175
188
|
requirements: []
|
176
|
-
rubygems_version: 3.
|
177
|
-
signing_key:
|
189
|
+
rubygems_version: 3.1.2
|
190
|
+
signing_key:
|
178
191
|
specification_version: 4
|
179
192
|
summary: Implements recording Sidekiq stats to New Relic metrics.
|
180
193
|
test_files: []
|