grafana / mimir

Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus.
https://grafana.com/oss/mimir/
GNU Affero General Public License v3.0
4.17k stars 535 forks source link

Query Frontend: Update Server-Timing format #9985

Closed tinitiuset closed 16 hours ago

tinitiuset commented 3 days ago

What this PR does

This PR updates Server-Timing format to better comply with the standard described here.

The standard does not talk about values, only about duration. But I feel like it is a good idea to follow the same pattern if we return values in this header.

Which issue(s) this PR fixes or relates to

There's no specific issue, but bytes_processed was introduced recently by @madhu-reddy-peram

Checklist

CLAassistant commented 3 days ago

CLA assistant check
All committers have signed the CLA.