Report metric for GetObject TTFB #8503
Labels
area/API
Improvements or additions to the API
good first issue
Good for newcomers
performance
tech-debt
Currently GetObject reports duration for the entire GET. This is obviously useful, but equally useful is GetObject time to first byte (TTFB), which is insensitive to how the client reads the data. Obviously we cannot measure actual TTFB, but e.g. measuring until we start sending data should be close enough.
Required to provide SLOs for GetObject performance - otherwise network-distant clients ruin SLIs. Client performance should be measured on clients.
The text was updated successfully, but these errors were encountered: