Commit f3c90991 authored by Igor's avatar Igor
Browse files

Add remote_ip to Labkit::Context.KNOWN_KEYS

parent 8802cc43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ module Labkit
    RAW_KEYS = [CORRELATION_ID_KEY].freeze
    HEADER_PREFIX = "X-Gitlab-"
    KNOWN_KEYS = %w[user project root_namespace subscription_plan caller_id
                    related_class feature_category].freeze
                    remote_ip related_class feature_category].freeze

    class << self
      def with_context(attributes = {})