blob: f82dbb0278b03344c5726f4642abfaa72f6f22c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# OpenTelemetry Collector Proto
This package describes the OpenTelemetry collector protocol.
## Packages
1. `common` package contains the common messages shared between different services.
2. `trace` package contains the Trace Service protos.
3. `metrics` package contains the Metrics Service protos.
4. `logs` package contains the Logs Service protos.
|