-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I am seeing many dropped log messages when using pino-opentelemetry-transport.
I am having these env variables:
OTEL_EXPORTER_OTLP_COMPRESSION==gzip
OTEL_EXPORTER_OTLP_LOGS_PROTOCOL=grpc
OTEL_EXPORTER_OTLP_LOGS_ENDPOINT=http://url:4317
And setup looks like this:
const pinoLogger = pino(
{
level: 'debug',
timestamp: true,
},
pino.transport({
targets: [
{
level: 'debug',
target: 'pino-opentelemetry-transport',
options: {
sync: false,
},
},
],
}),
);
is there any way I can debug what the issue might be? any suggestions are appreciated
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels