This message was deleted.
# support
s
This message was deleted.
s
How are you sending data? Which exporter are you using? The operator doesn’t support OTLP/gRPC exporter which is usually the default one set by SDK.
o
1. I am using
exporters: [logging, otlp]
as our exporters. 2. It is a flask application, I am using the pre fork model.
s
I was asking for the exporter use in the application.
o
I am using the
OTLPSpanExporter
Copy code
from opentelemetry.exporter.otlp.proto.grpc.trace_exporter import (
    OTLPSpanExporter
I have fixed the issue @Srikanth Chekuri, I made some updates to my flask configuration. I used the fix here. Thank you