Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use *Data proto messages for file exporter (#3809)
Fixes #2390 ## Changes The `*Request` proto messages are design for RPC/REST communication (request, response style) and may contain in the future information specific to this type of communication. The `*Data` proto messages are design for cases where only the telemetry data must be encoded without ony OTLP specific metadata. Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
- Loading branch information