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

Add origin to spans and transactions #3133

Merged
merged 20 commits into from
Jun 24, 2024
Merged

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    515fac2 View commit details
    Browse the repository at this point in the history
  2. Fixed test

    antonpirker committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    fb68302 View commit details
    Browse the repository at this point in the history
  3. Fixed test

    antonpirker committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    02991fd View commit details
    Browse the repository at this point in the history
  4. Fix test

    antonpirker committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4a33d7e View commit details
    Browse the repository at this point in the history
  5. Fix test

    antonpirker committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    dd383d1 View commit details
    Browse the repository at this point in the history
  6. Fix test

    antonpirker committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    94997b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0e0f5f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7e1666 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ab7af5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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

Commits on Jun 12, 2024

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

Commits on Jun 19, 2024

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

Commits on Jun 21, 2024

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

Commits on Jun 24, 2024

  1. Moved file

    antonpirker committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5c30137 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d07ee57 View commit details
    Browse the repository at this point in the history
  3. Add origin to transactions/spans created by integrations (#3135)

    * Added origin to aiohttp integration
    
    * Added origin to anthropic integration
    
    * Added origin to arq integration
    
    * format
    
    * Added origin to asyncio integration
    
    * Added origin to asyncpg integration
    
    * Added origin to boto3 integration
    
    * Added origin to clickhouse_driver integration
    
    * Only one type of origin for boto3 because the OP is different anyhow
    
    * Added origin to cohere integration
    
    * Added origin to httpx integration
    
    * Added origin to huey integration
    
    * Added origin to huggingface_hub integration
    
    * Added origin to langchain integration
    
    * Added origin to openai integration
    
    * Added origin to pymongo integration
    
    * Added origin to rq integration
    
    * fix
    
    * Added origin to sanic integration
    
    * Added origin to starlette integration
    
    * Added origin to starlite integration
    
    * Added origin to strawberry integration
    
    * Added origin to tornado integration
    
    * Disable test for Sanic versions not supporting performance
    
    * oops
    
    * Added origin to bottle integration
    
    * Added origin to falcon integration
    
    * Added origin to flask integration
    
    * Added origin to pyramid integration
    
    * Added origin to trytond integration
    
    * Added origin to django integration
    
    * Added origin tests to wsgi integration
    
    * Added origin to Django asgi integration
    
    * Since Django 3 the channels handler is deprecated
    
    * small fix
    
    * Added origin to quart integration
    
    * Added origin to starlite integration
    
    * Added origin to starlette integration
    
    * Added origin to aws_lambda integration
    
    * Added origin to gcp integration
    
    * trytond fix
    
    * aws_lambda fix
    
    * strawberry fix
    
    * formatting
    
    * needs django >1.11
    
    * fixed merge problem
    
    * Added more origin to django integration
    
    * trigger ci
    
    * Added tests for all kinds of spans emmited by django
    
    * Fixed tests
    
    * Fixed tests again
    antonpirker authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    97c8aa2 View commit details
    Browse the repository at this point in the history
  4. Add origin to transactions/spans created by integrations 2 (#3163)

    * Added origin to stdlib integration
    
    * Added origin to socket integration
    
    * Added origin to sqlalchemy integration
    
    * Middle of adding origin to grpc integration
    
    * missing file
    
    * Fixing tests
    
    * Fixed tests
    
    * Added origin to redis integration
    
    * Added origin to celery integration
    
    * trigger ci
    
    * linting
    
    * Added origin to opentelemetry integration
    
    * Added origin to asyncpg integration
    antonpirker authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    baea1b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc423f5 View commit details
    Browse the repository at this point in the history
  6. Updated tests

    antonpirker committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2109395 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    717c8eb View commit details
    Browse the repository at this point in the history