()
| 105 | } |
| 106 | |
| 107 | func DefaultLimitsConfig() validation.Limits { |
| 108 | limits := validation.Limits{} |
| 109 | flagext.DefaultValues(&limits) |
| 110 | return limits |
| 111 | } |
| 112 | |
| 113 | func ConvertToChunks(t *testing.T, samples []cortexpb.Sample, histograms []*cortexpb.Histogram) []client.Chunk { |
| 114 | // We need to make sure that there is at least one chunk present, |