Skip to content

DeWaRs1206/django-opentelemetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to reproduce the issue:

  • Create a mysql database called django_app
  • Update blog/settings.py DATABASES section to update credentials.
  • Create a virtual env: virtualenv -p python3.7 venv
  • Load virtual env: source venv/bin/activate
  • install requierements: pip install -r requierements.txt
  • create a superuser: python3 manage.py createsuperuser
  • run the server: python manage.py runserver
  • visite the webpage: http://127.0.0.1/admin
  • login with your superuser
  • Console show DjangoInstrument logs, but not MySQLInstrument.

About

Basic django App with Opentelemetry configured.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages