Skip to content

Commit

Permalink
configure different host for datadog tracer. #420
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Feb 19, 2020
1 parent 6539161 commit 799e1d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions config/initializers/datadog-tracer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

Datadog.configure do |c|
c.use :rails, service_name: "client-api"
c.tracer hostname: "datadog.local", enabled: Rails.env.production?
end
8 changes: 0 additions & 8 deletions config/initializers/datadog.rb

This file was deleted.

0 comments on commit 799e1d8

Please sign in to comment.