1 2 3 4 5 6 7 8
mod convert; pub use convert::logs_request_to_raw_events; pub use opentelemetry_proto::tonic::collector::logs::v1::{ ExportLogsServiceRequest, ExportLogsServiceResponse, logs_service_server::{LogsService, LogsServiceServer}, };