package dto type Quantiles struct { Time []string `json:"time"` P50 []float64 `json:"p50"` P90 []float64 `json:"p90"` P99 []float64 `json:"p99"` }