Skip to content

Commit ff1df76

Browse files
Sylvester Chinbalasankarc
authored andcommitted
Stop sidekiq namespaced probe for gitlab-exporter
Changelog: removed
1 parent 3d499eb commit ff1df76

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

config/software/gitlab-exporter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616

1717
name 'gitlab-exporter'
18-
default_version '13.5.0'
18+
default_version '14.0.0'
1919
license 'MIT'
2020
license_file 'LICENSE'
2121

files/gitlab-cookbooks/monitoring/templates/gitlab-exporter.yml.erb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ probes:
5656
opts:
5757
redis_url: "<%= @redis_url %>"
5858
redis_enable_client: <%= @redis_enable_client %>
59-
probe_non_namespaced: true
60-
probe_namespaced: true
6159
<% end %>
6260

6361
<% if @probe_elasticsearch && @elasticsearch_url %>

spec/chef/cookbooks/monitoring/recipes/gitlab-exporter_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@
5858
expect(settings.dig('probes', 'ruby')).not_to be_nil
5959
expect(settings.dig('probes', 'sidekiq')).not_to be_nil
6060
expect(settings.dig('probes', 'metrics', 'rows_count')).not_to be_nil
61-
expect(settings.dig('probes', 'sidekiq', 'opts', 'probe_namespaced')).to be_truthy
62-
expect(settings.dig('probes', 'sidekiq', 'opts', 'probe_non_namespaced')).to be_truthy
6361
expect(settings['server']).not_to include('tls_enabled')
6462

6563
expect(content).to match(/host=\/var\/opt\/gitlab\/postgresql/)

0 commit comments

Comments
 (0)