Skip to content

Commit

Permalink
Add defaults for cluster_collection for sidekiq and solid_queue
Browse files Browse the repository at this point in the history
  • Loading branch information
roelbondoc committed May 22, 2024
1 parent 200154d commit ed41492
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/honeybadger/config/defaults.rb
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,16 @@ class Boolean; end
default: true,
type: Boolean
},
:'sidekiq.insights.cluster_collection' => {
description: 'Collect cluster based metrics for Sidekiq.',
default: true,
type: Boolean
},
:'solid_queue.insights.cluster_collection' => {
description: 'Collect cluster based metrics for SolidQueue.',
default: true,
type: Boolean
},
:'sinatra.enabled' => {
description: 'Enable Sinatra auto-initialization.',
default: true,
Expand Down

0 comments on commit ed41492

Please sign in to comment.