https://signoz.io logo
Title
o

oluchi orji

01/13/2023, 10:21 AM
Hi Team, my team set up auto-instrumentation for our applications on EKS, but we are not seeing any tracing data for python apps on the Signoz frontend UI except the
node.js
and
java
application. Is anything wrong, we are using the following guide here
s

Srikanth Chekuri

01/13/2023, 12:47 PM
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

oluchi orji

01/13/2023, 12:54 PM
1. I am using
exporters: [logging, otlp]
as our exporters. 2. It is a flask application, I am using the pre fork model.
s

Srikanth Chekuri

01/13/2023, 1:03 PM
I was asking for the exporter use in the application.
o

oluchi orji

01/13/2023, 1:13 PM
I am using the
OTLPSpanExporter
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