Skip to content

Commit

Permalink
include service_name in traces. #276
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed May 19, 2019
1 parent be96390 commit b597186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/datadog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

Datadog.configure do |c|
# This will activate auto-instrumentation for Rails
c.use :rails
c.use :rails, service_name: "client-api"
end

0 comments on commit b597186

Please sign in to comment.