Skip to content

Commit fefda31

Browse files
akuitybotbafultonclaudekrancour
authored
chore(backport release-1.9): fix: add Aggregator field to DatadogMetric stub struct (#5809)
Signed-off-by: Ben Fulton <ben.fulton@semgrep.com> Co-authored-by: Ben Fulton <ben.fulton@semgrep.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Kent Rancourt <kent.rancourt@gmail.com>
1 parent 2820e27 commit fefda31

4 files changed

Lines changed: 251 additions & 202 deletions

File tree

api/stubs/rollouts/v1alpha1/analysis_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,4 +364,5 @@ type DatadogMetric struct {
364364
Queries map[string]string `json:"queries,omitempty" protobuf:"bytes,3,rep,name=queries"`
365365
Formula string `json:"formula,omitempty" protobuf:"bytes,4,opt,name=formula"`
366366
ApiVersion string `json:"apiVersion,omitempty" protobuf:"bytes,5,opt,name=apiVersion"`
367+
Aggregator string `json:"aggregator,omitempty" protobuf:"bytes,6,opt,name=aggregator"`
367368
}

0 commit comments

Comments
 (0)