Mpho Mphego
Mpho Mphego
Let me know if you require more context
> Hi [@mmphego](https://github.com/mmphego) I recreated the same environment and ran the first application after a minor refactor. The traces are now visible in Instana. > > When you initialize OpenTelemetry...
> [@mmphego](https://github.com/mmphego) Can you try setting **OTEL_EXPORTER_OTLP_INSECURE=true** to resolve SSL issue ? Also remove **insecure** from OTLPSpanExporter. See the rest of the comment above and code used
> [@mmphego](https://github.com/mmphego) I assume traces work fine with gRPC, and the issue is only with HTTP? Not considering gRPC as it introduces extra complexity and connection management overhead that adds...
> [@mmphego](https://github.com/mmphego) I had tested the application that you had shared. It is working from my end and getting the traces. Could you check whether the port is reachable? curl...
> Could you please update the script as shown below and then try running the application once? > > ``` > os.environ["TRACELOOP_BASE_URL"] = "http://instana-agent.instana-agent.svc.cluster.local:4318" > Traceloop.init(app_name="llm-tracing", telemetry_enabled=False) > ``` I've...
> [@mmphego](https://github.com/mmphego) I also tested the script below and was able to get the traces. The change I made was updating the ENDPOINT to "http://instana-agent.instana-agent.svc.cluster.local:4318" > > ``` > cat...
> Hi [@mmphego](https://github.com/mmphego) Are you able to view the traces after changing the filter to Service Name, Call Name, or Span Attributes? 🚀 🚀 To the moon!!!! Managed to get...