We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5aa3fc commit 320e91bCopy full SHA for 320e91b
pkg/cortexpb/cortex.proto
@@ -28,7 +28,7 @@ enum MetricType {
28
// https://github.com/prometheus/prometheus/blob/main/prompb/io/prometheus/write/v2/types.proto
29
message WriteRequestV2 {
30
reserved 1 to 2;
31
- cortexpb.SourceEnum Source = 3;
+ SourceEnum Source = 3;
32
repeated string symbols = 4;
33
repeated TimeSeriesV2 timeseries = 5 [(gogoproto.nullable) = false, (gogoproto.customtype) = "PreallocTimeseriesV2"];
34
0 commit comments