File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,6 @@ message SampleStream {
48
48
repeated cortexpb.LabelPair labels = 1 [(gogoproto.nullable ) = false , (gogoproto.jsontag ) = "metric", (gogoproto.customtype) = "github.com/cortexproject/cortex/pkg/cortexpb.LabelAdapter" ];
49
49
repeated cortexpb.Sample samples = 2 [(gogoproto.nullable ) = false , (gogoproto.jsontag ) = "values" ];
50
50
repeated SampleHistogramPair histograms = 3 [(gogoproto.nullable ) = true , (gogoproto.jsontag ) = "histograms" ];
51
- // Full representation of native histograms and it should be always float histogram type.
52
- // This field should be never deserialized into JSON and should only exist in protobuf format.
53
- repeated cortexpb.Histogram rawHistograms = 4 [(gogoproto.nullable ) = true , (gogoproto.jsontag ) = "-" ];
54
51
}
55
52
56
53
message SampleHistogramPair {
@@ -109,7 +106,7 @@ message Sample {
109
106
SampleHistogramPair histogram = 3 [(gogoproto.nullable ) = true , (gogoproto.jsontag ) = "histogram" ];
110
107
// Full representation of a native histogram and it should be always float histogram type.
111
108
// This field should be never deserialized into JSON and should only exist in protobuf format.
112
- cortexpb.Histogram rawHistogram = 4 [(gogoproto.nullable ) = true ];
109
+ cortexpb.Histogram rawHistogram = 4 [(gogoproto.nullable ) = true , (gogoproto .jsontag ) = "-" ];
113
110
}
114
111
115
112
message Matrix {
You can’t perform that action at this time.
0 commit comments