Skip to content

Commit

Permalink
Merge branch 'main' of github.com:open-telemetry/opentelemetry-collec…
Browse files Browse the repository at this point in the history
…tor into gzip-default
  • Loading branch information
jack-berg committed Feb 2, 2022
2 parents 60a4b93 + 5b572f4 commit d224686
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 d224686

Please sign in to comment.