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 falcon request objects. #1158

Merged
merged 3 commits into from
Sep 29, 2020

Commits on Sep 24, 2020

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

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

Commits on Sep 25, 2020

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

Commits on Sep 29, 2020

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