Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove IntGauge/IntSum #3731

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove IntGauge from metrics structs
  • Loading branch information
Alex Boten committed Jul 28, 2021
commit 19f3f24f0ebbec57b06bac8861a60d8c43e4450d
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.