File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
exporters/otlp/profiles/src/main/java/io/opentelemetry/exporter/otlp/profiles Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ protected void writeTo(Serializer output) throws IOException {
101101 output .serializeInt64 (Profile .DURATION_NANO , durationNanos );
102102 output .serializeMessage (Profile .PERIOD_TYPE , periodTypeMarshaler );
103103 output .serializeInt64 (Profile .PERIOD , period );
104- output .serializeRepeatedInt32 (Profile .COMMENT_STRINDICES , comment );
105104
106105 output .serializeBytes (Profile .PROFILE_ID , profileId );
107106 output .serializeRepeatedInt32 (Profile .ATTRIBUTE_INDICES , attributeIndices );
@@ -131,7 +130,6 @@ private static int calculateSize(
131130 size += MarshalerUtil .sizeInt64 (Profile .DURATION_NANO , durationNanos );
132131 size += MarshalerUtil .sizeMessage (Profile .PERIOD_TYPE , periodTypeMarshaler );
133132 size += MarshalerUtil .sizeInt64 (Profile .PERIOD , period );
134- size += MarshalerUtil .sizeRepeatedInt32 (Profile .COMMENT_STRINDICES , comment );
135133
136134 size += MarshalerUtil .sizeBytes (Profile .PROFILE_ID , profileId );
137135 size += MarshalerUtil .sizeRepeatedInt32 (Profile .ATTRIBUTE_INDICES , attributeIndices );
You can’t perform that action at this time.
0 commit comments