Skip to content

Commit

Permalink
update proto again
Browse files Browse the repository at this point in the history
  • Loading branch information
yeya24 committed Dec 3, 2024
1 parent 07bf72b commit ddba207
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 42 deletions.
86 changes: 45 additions & 41 deletions pkg/querier/tripperware/query.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/querier/tripperware/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ message Extent {
message SampleStream {
repeated cortexpb.LabelPair labels = 1 [(gogoproto.nullable) = false, (gogoproto.jsontag) = "metric", (gogoproto.customtype) = "github.com/cortexproject/cortex/pkg/cortexpb.LabelAdapter"];
repeated cortexpb.Sample samples = 2 [(gogoproto.nullable) = false, (gogoproto.jsontag) = "values"];
repeated SampleHistogramPair histograms = 3 [(gogoproto.nullable) = true, (gogoproto.jsontag) = "histograms"];
repeated SampleHistogramPair histograms = 3 [(gogoproto.nullable) = false, (gogoproto.jsontag) = "histograms"];
}

message SampleHistogramPair {
Expand Down

0 comments on commit ddba207

Please sign in to comment.