Skip to content

Commit

Permalink
remove IntGauge from metrics structs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Boten committed Jul 28, 2021
1 parent 7f6a492 commit 19f3f24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/pdatagen/internal/metrics_structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,6 @@ var aggregationTemporalityField = &primitiveTypedField{
var oneofDataField = &oneofField{
copyFuncName: "copyData",
originFieldName: "Data",
testVal: "&otlpmetrics.Metric_IntGauge{IntGauge: &otlpmetrics.IntGauge{}}",
fillTestName: "IntGauge",
testVal: "&otlpmetrics.Metric_Gauge{Gauge: &otlpmetrics.Gauge{}}",
fillTestName: "Gauge",
}
4 changes: 2 additions & 2 deletions model/pdata/generated_metrics_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19f3f24

Please sign in to comment.