Skip to content

Commit

Permalink
Fix build due to merge conflict (#4791)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax authored Feb 2, 2022
1 parent e2b8348 commit 5b572f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/internal/cmd/pdatagen/internal/metrics_structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ var metric = &messageValueStruct{
&oneOfMessageValue{
fieldName: "Gauge",
originFieldName: "Gauge",
returnMessage: doubleGauge,
returnMessage: gauge,
},
&oneOfMessageValue{
fieldName: "Sum",
originFieldName: "Sum",
returnMessage: doubleSum,
returnMessage: sum,
},
&oneOfMessageValue{
fieldName: "Histogram",
Expand Down

0 comments on commit 5b572f4

Please sign in to comment.