Commit 8bcce5af authored by Matias Alvarez's avatar Matias Alvarez
Browse files

fix: Correct the deprecation values for remote_ip

parent ae9140c5
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ module Labkit
        Fields::HTTP_STATUS_CODE => %w[status_code extra.status status_text http_status],
        Fields::HTTP_URL => %w[req_url],
        Fields::DURATION_S => %w[duration duration_ms elapsed_time actual_duration time_ms total_time gitaly.duration],
        Fields::REMOTE_IP => %w[ip source_ip ip_address meta.remote_ip],
        Fields::REMOTE_IP => %w[ip source_ip ip_address],
        Fields::HTTP_HOST => %w[hostname request_host gitlab_host kubernetes.host],
        Fields::GL_PROJECT_ID => %w[extra.project_id meta.project_id meta.search.project_id job_project_id target_project_id],
        Fields::GL_PIPELINE_ID => %w[extra.pipeline_id meta.pipeline_id root_pipeline_id],