You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: experimental/packages/otlp-transformer/README.md
+4-71Lines changed: 4 additions & 71 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
[![NPM Published Version][npm-img]][npm-url]
4
4
[![Apache License][license-image]][license-image]
5
5
6
-
This package provides everything needed to serialize [OpenTelemetry SDK][sdk] traces and metrics into the [OpenTelemetry Protocol][otlp] format using [protocol buffers][protobuf] or JSON.
7
-
It also contains service clients for exporting traces and metrics to the OpenTelemetry Collector or a compatible receiver using using OTLP over [gRPC][grpc].
8
-
This module uses [`protobufjs`][protobufjs] for serialization and is compatible with [`@grpc/grpc-js`][grpc-js].
6
+
**NOTE: This package is intended for internal use only.**
7
+
8
+
This package provides everything needed to serialize [OpenTelemetry SDK][sdk] traces and metrics into the [OpenTelemetry Protocol][otlp] format.
9
9
10
10
## Quick Start
11
11
@@ -14,9 +14,7 @@ To get started you will need to install a compatible OpenTelemetry API.
14
14
### Install Peer Dependencies
15
15
16
16
```sh
17
-
npm install \
18
-
@opentelemetry/api \
19
-
@grpc/grpc-js # only required if you are using gRPC
This module also contains gRPC service clients for exporting traces and metrics to an OpenTelemetry collector or compatible receiver over gRPC.
36
-
In order to avoid bundling a gRPC module with this module, it is required to construct an RPC implementation to pass to the constructor of the service clients.
37
-
Any RPC implementation compatible with `grpc` or `@grpc/grpc-js` may be used, but `@grpc/grpc-js` is recommended.
0 commit comments