As far as I can see, kamal-proxy does not yet expose metrics about the requests it serves. It would be really nice if it tracked e.g. Prometheus metrics for things like:
- Request counts (including status code label dimension)
- Request duration histogram
- Request size histogram
- Response size histogram
- Current number of in-flight requests
- Etc.