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 {
1515 ScopeLogsSize (sl plog.ScopeLogs ) int
1616 LogRecordSize (lr plog.LogRecord ) int
1717
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.
1919 DeltaSize (newItemSize int ) int
2020}
2121
22- // LogsByteSizer returns the byte size of serialized protos.
22+ // LogsBytesSizer returns the byte size of serialized protos.
2323type LogsBytesSizer struct {
2424 plog.ProtoMarshaler
2525}
2626
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.
2828// Example:
2929//
3030// prevSize := proto1.Size()
You can’t perform that action at this time.
0 commit comments