Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/skywalking-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: apache/skywalking-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 11 commits
  • 18 files changed
  • 8 contributors

Commits on Feb 23, 2023

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

Commits on Mar 11, 2023

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

Commits on Mar 17, 2023

  1. Don't init profile / meter damon threads when not active. (#295)

    * only init profile / meter when active
    
    Don't init profile / meter damon threads when not active, since thread is expensive in python.
    
    * only profiling when active
    
    Don't run profiling when config.agent_profile_active set to False.
    ZEALi authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    46a0f8b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

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

Commits on Apr 1, 2023

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

Commits on Apr 14, 2023

  1. Fix sw8 loss when use aiohttp. (#299)

    * Bugfix. when headers is not MultiDict or MultiDictProxy,should put headers back in kwargs.
    
    * Update CHANGELOG.md
    Forstwith authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    0774003 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Fix high CPU usage (#300)

    FAWC438 authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    d2f74e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    51b28e2 View commit details
    Browse the repository at this point in the history
  2. Optimize loguru reporter plugin (#302)

    * Optimize loguru reporter plugin
    
    * update CHANGELOG.md
    
    * fix support matrix
    
    * fix support matrix and plugin doc
    
    * fix message to be archived
    
    ---------
    
    Co-authored-by: Superskyyy (AWAY - OFFLINE) <[email protected]>
    Jedore and Superskyyy authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    25a04ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c90e28c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4717e1b View commit details
    Browse the repository at this point in the history
Loading