Skip to content

Commit

Permalink
Add todo to LOCAL_COMPONENT
Browse files Browse the repository at this point in the history
  • Loading branch information
ykitamura-mdsol committed Mar 8, 2019
1 parent 1139cc5 commit 2cd021e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zipkin-tracer/trace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ module Tag
METHOD = "http.method".freeze
PATH = "http.path".freeze
STATUS = "http.status_code".freeze
LOCAL_COMPONENT = "lc".freeze
LOCAL_COMPONENT = "lc".freeze # TODO: Remove LOCAL_COMPONENT and related methods when no longer needed
ERROR = "error".freeze
end

Expand Down

0 comments on commit 2cd021e

Please sign in to comment.