We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c973e33 commit bf369faCopy full SHA for bf369fa
packages/opentelemetry/src/index.ts
@@ -34,6 +34,11 @@ export * as OtlpMetrics from "./OtlpMetrics.js"
34
export * as OtlpResource from "./OtlpResource.js"
35
36
/**
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
42
* @since 1.0.0
43
*/
44
export * as OtlpSerialization from "./OtlpSerialization.js"
0 commit comments