You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/pdatagen/internal/metrics_structs.go
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -212,8 +212,8 @@ var doubleHistogram = &messageValueStruct{
212
212
}
213
213
214
214
vardoubleSummary=&messageValueStruct{
215
-
structName: "DoubleSummary",
216
-
description: "// DoubleSummary represents the type of a metric that is calculated by aggregating as a Summary of all reported double measurements over a time interval.",
215
+
structName: "Summary",
216
+
description: "// Summary represents the type of a metric that is calculated by aggregating as a Summary of all reported double measurements over a time interval.",
217
217
originFullName: "otlpmetrics.DoubleSummary",
218
218
fields: []baseField{
219
219
&sliceField{
@@ -303,13 +303,13 @@ var doubleHistogramDataPoint = &messageValueStruct{
303
303
}
304
304
305
305
vardoubleSummaryDataPointSlice=&sliceOfPtrs{
306
-
structName: "DoubleSummaryDataPointSlice",
306
+
structName: "SummaryDataPointSlice",
307
307
element: doubleSummaryDataPoint,
308
308
}
309
309
310
310
vardoubleSummaryDataPoint=&messageValueStruct{
311
-
structName: "DoubleSummaryDataPoint",
312
-
description: "// DoubleSummaryDataPoint is a single data point in a timeseries that describes the time-varying values of a Summary of double values.",
311
+
structName: "SummaryDataPoint",
312
+
description: "// SummaryDataPoint is a single data point in a timeseries that describes the time-varying values of a Summary of double values.",
0 commit comments