Hey!
I have both a request and a question about Tigris regions.
The regions page for Tigris mentions Tigris is deployed in Singapore. I have a server in Singapore which debug.fly.dev shows hitting SIN
=== Headers ===
Host: debug.fly.dev
Fly-Request-Id: 01J16MRRX4PZYF27K629PY04A9-sin
…
Fly-Region: sin
However in the Grafana Metrics Panel for Tigris I don’t see any requests hitting the sin location. It would be really nice if there was more information exposed in Tigris’s response headers. Edge location hit, storage location retrieved from, would be really nice for debugging. Based off the latency ~250ms even after a few requests to a 10kb object I assume I’m going somewhere else. I do ~1-2ms when ICMP pinging the Tigris endpoint directly.
Secondly, I forced my object to be in all regions via the x-tigris-regions header, and I see some curious information being returned sometimes
< x-tigris-regions: fra,syd,sjc,hkg,jnb,lhr,mad,iad,ord,gru,nrt
Sometimes without ‘sin’?
< x-tigris-regions: fra,gru,jnb,nrt,mad,hkg,iad_mr,ord,lhr,syd,sjc_mr
Sometimes with _mr
?
sometimes sin comes back?
< x-tigris-regions: fra,sjc_mr,sin,gru,syd,iad,ord,jnb,lhr,nrt,mad
What’s with that, and what does _mr
mean?
Thanks for your help!