File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
exporter/exporterhelper/internal/sizer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ type LogsSizer interface {
15
15
ScopeLogsSize (sl plog.ScopeLogs ) int
16
16
LogRecordSize (lr plog.LogRecord ) int
17
17
18
- // DeltaSize() returns the delta size when a ResourceLog, ScopeLog or LogRecord is added.
18
+ // DeltaSize returns the delta size when a ResourceLog, ScopeLog or LogRecord is added.
19
19
DeltaSize (newItemSize int ) int
20
20
}
21
21
22
- // LogsByteSizer returns the byte size of serialized protos.
22
+ // LogsBytesSizer returns the byte size of serialized protos.
23
23
type LogsBytesSizer struct {
24
24
plog.ProtoMarshaler
25
25
}
26
26
27
- // DeltaSize() returns the delta size of a proto slice when a new item is added.
27
+ // DeltaSize returns the delta size of a proto slice when a new item is added.
28
28
// Example:
29
29
//
30
30
// prevSize := proto1.Size()
You can’t perform that action at this time.
0 commit comments