From 2cd021ef2861135539effbcd8d9088c48d308a81 Mon Sep 17 00:00:00 2001 From: Yohei Kitamura Date: Fri, 8 Mar 2019 12:45:14 +0900 Subject: [PATCH] Add todo to LOCAL_COMPONENT --- lib/zipkin-tracer/trace.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zipkin-tracer/trace.rb b/lib/zipkin-tracer/trace.rb index 59fa1b4..def4679 100644 --- a/lib/zipkin-tracer/trace.rb +++ b/lib/zipkin-tracer/trace.rb @@ -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