Skip to content

Commit

Permalink
Add new fields to service to track new data type and name
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin George committed Jul 19, 2022
1 parent 88a24ca commit 75bb8cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/elastic_apm/span/context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ def initialize(
:http,
:labels,
:sync,
:message
:message,
:service
)

attr_accessor :destination, :service
Expand Down

0 comments on commit 75bb8cd

Please sign in to comment.