Skip to content

Implement client poll metrics by rendezvous method by country

mpu requested to merge mpu/snowflake:add-rendezvous-metrics-by-country into main

Implements #40330 (closed)

  • Populate the RemoteAddr field of args sent to IPC.ClientOffers in the HTTP, AMP cache, and SQS rendezvous handlers
    • HTTP and AMP cache use the IP addresses in the headers of the HTTP request
    • SQS uses the ICE candidate addresses in the SDP offer
  • Updated metrics to track number of clients per rendezvous method per country

cc: @cohosh

Edited by mpu

Merge request reports