Skip to content

Commit

Permalink
skylight: add excon, httpclient, redis probes to skylight
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSim committed Nov 27, 2023
1 parent 7a4c22b commit 6fd1723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class Application < Rails::Application

config.ds_zonage_enabled = ENV.fetch("ZONAGE_ENABLED", nil) == "enabled"

config.skylight.probes += [:graphql, :active_job]
config.skylight.probes += [:active_job, :excon, :graphql, :httpclient, :redis]

# Custom Configuration
# @see https://guides.rubyonrails.org/configuring.html#custom-configuration
Expand Down

0 comments on commit 6fd1723

Please sign in to comment.