Skip to content

Commit bf369fa

Browse files
committed
codegen
1 parent c973e33 commit bf369fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/opentelemetry/src/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ export * as OtlpMetrics from "./OtlpMetrics.js"
3434
export * as OtlpResource from "./OtlpResource.js"
3535

3636
/**
37+
* OtlpSerialization service for tree-shakable protobuf support.
38+
*
39+
* This module provides the `OtlpSerialization` service that abstracts the
40+
* encoding of OTLP telemetry data to HttpBody.
41+
*
3742
* @since 1.0.0
3843
*/
3944
export * as OtlpSerialization from "./OtlpSerialization.js"

0 commit comments

Comments
 (0)