Skip to content

Commit ddba207

Browse files
committed
update proto again
1 parent 07bf72b commit ddba207

File tree

2 files changed

+46
-42
lines changed

2 files changed

+46
-42
lines changed

pkg/querier/tripperware/query.pb.go

Lines changed: 45 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/querier/tripperware/query.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ message Extent {
4747
message SampleStream {
4848
repeated cortexpb.LabelPair labels = 1 [(gogoproto.nullable) = false, (gogoproto.jsontag) = "metric", (gogoproto.customtype) = "github.com/cortexproject/cortex/pkg/cortexpb.LabelAdapter"];
4949
repeated cortexpb.Sample samples = 2 [(gogoproto.nullable) = false, (gogoproto.jsontag) = "values"];
50-
repeated SampleHistogramPair histograms = 3 [(gogoproto.nullable) = true, (gogoproto.jsontag) = "histograms"];
50+
repeated SampleHistogramPair histograms = 3 [(gogoproto.nullable) = false, (gogoproto.jsontag) = "histograms"];
5151
}
5252

5353
message SampleHistogramPair {

0 commit comments

Comments
 (0)