Splunk Observability Cloud

Cannot auto instrument apm via python

marklindo
New Member

Hello Splunkers,

I'm trying to send traces from an existing website that is built on top of Python (3.9.7) Django(4.1.3) and MySQL(8.0.32) hosted in linux to APM Observability. I'm having problems configuring via python instumentation.

here are the steps I did using a virtual environment based on the splunk docs:

  • installed open telemetry collector via curl script
  • installed instumentation packages for python environment
  • ran splunk-py-trace-bootstrap
  • set environment vaiables (OTEL_SERVICE_NAME, OTEL_RESOURCE_ATTRIBUTES, OTEL_EXPORTER_OTLP_ENDPOINT, DJANGO_SETTINGS_MODULE)

When I enable the splunk otel python agent this it is giving me the below error :

Instrumenting of sqlite3 failed

ModuleNotFoundError: No module named '_sqlite3'
Failed to auto initialize opentelemetry

ModuleNotFoundError: No module named '_sqlite3'
Performing system checks...

I've already tried reinstalling the sqlite3 and even downloaded from python repository the contents of sqlite3 and manually replaced it on the sqlite3 file but still cannot proceed.

any help or direction would be very much apprecaited.

thanks!

Labels (2)
0 Karma

bishida
Splunk Employee
Splunk Employee

Hi,

Can you please share the exact commands you've run so far? And also the values of those environment variables you set?

Assuming these are the docs you're using:

Python

https://docs.splunk.com/observability/en/gdi/get-data-in/application/python/instrumentation/instrume...

Django

https://docs.splunk.com/observability/en/gdi/get-data-in/application/python/instrumentation/instrume...

 

0 Karma

marklindo
New Member

Hello,

indeed the links provided are the ones I'm following.

This issue has been resolved internally.

We found out that Django manages the web server instead of the manage.py for python.

Thank you for your response.

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...