Commit 468ceca8 authored by Igor's avatar Igor
Browse files

Add comment explaining GITLAB_TRACING service_name precedence

parent eedb68a0
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ module Labkit
      FLUSH_INTERVAL = 5

      def self.create_tracer(service_name, options)
        # The service_name parameter from GITLAB_TRACING takes precedence over the application one
        service_name = options[:service_name] if options[:service_name]

        kwargs = {