Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ability to extract span attributes from django request objects. #1154

Merged
merged 5 commits into from
Sep 29, 2020

Commits on Sep 24, 2020

  1. Added ability to extract span attributes from django request objects.

    OTEL_PYTHON_DJANGO_TRACED_REQUEST_ATTRS env var can be set to a command
    separated list of attributes names that will be extracted from Django's
    request object and set as attributes on spans.
    owais committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    71b4763 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dca8714 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    88d649a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    743a8c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    eb6273f View commit details
    Browse the repository at this point in the history