File tree Expand file tree Collapse file tree
dd-trace-core/src/main/java/datadog/trace/core/otlp Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434import java .util .function .Consumer ;
3535
3636/**
37- * Collects OpenTelemetry metrics and marshalls them into a chunked 'metrics.proto' payload.
37+ * Collects OpenTelemetry metrics and marshals them into a chunked 'metrics.proto' payload.
3838 *
3939 * <p>This collector is designed to be called by a single thread. To minimize allocations each
4040 * collection returns a payload only to be used by the calling thread until the next collection.
@@ -84,7 +84,7 @@ public OtlpMetricsProtoCollector(TimeSource timeSource) {
8484 }
8585
8686 /**
87- * Collects OpenTelemetry metrics and marshalls them into a chunked payload.
87+ * Collects OpenTelemetry metrics and marshals them into a chunked payload.
8888 *
8989 * <p>This payload is only valid for the calling thread until the next collection.
9090 */
Original file line number Diff line number Diff line change 1919import java .util .List ;
2020
2121/**
22- * Collects Datadog traces and marshalls them into a chunked 'trace.proto' payload.
22+ * Collects Datadog traces and marshals them into a chunked 'trace.proto' payload.
2323 *
2424 * <p>This collector is designed to be called by a single thread. To minimize allocations each
2525 * collection returns a payload only to be used by the calling thread until the next collection.
@@ -77,7 +77,7 @@ public void addTrace(List<? extends CoreSpan<?>> spans) {
7777 }
7878
7979 /**
80- * Marshalls the traces collected so far into a chunked payload.
80+ * Marshals the traces collected so far into a chunked payload.
8181 *
8282 * <p>This payload is only valid for the calling thread until the next collection.
8383 */
You can’t perform that action at this time.
0 commit comments