Commit 883f3730 authored by Bob Van Landuyt's avatar Bob Van Landuyt 💬
Browse files

Merge branch 'context-remote-ip' into 'master'

Add remote_ip to Labkit::Context.KNOWN_KEYS

See merge request gitlab-org/labkit-ruby!49
parents 8802cc43 f3c90991
Loading
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 = {})