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: open-telemetry/opentelemetry-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.35.0
Choose a base ref
...
head repository: open-telemetry/opentelemetry-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.36.0
Choose a head ref
  • 11 commits
  • 68 files changed
  • 8 contributors

Commits on Jul 11, 2025

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

Commits on Jul 17, 2025

  1. Fix issue where deadlock can occur over logging._lock (#4636)

    * Fix deadlock bug
    
    * Overwrite logging config functions with patched versions..
    
    * Some change
    
    * Run precommit
    
    * change emit to on_emit
    
    * Fix lint issues
    
    * Add changelog
    
    * Get rid of test that may deadlock and flushOnClose approach
    
    * Run precommit
    
    * Respond to comments on PR
    
    * Respond to review comments..
    
    * Add comment
    
    * Fix tests, add comment
    DylanRussell authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    57cb935 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. Introducing tox-uv (#4516)

    * fix conflicts
    
    * add tox-uv.toml
    
    ---------
    
    Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
    emdneto and xrmx authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    9746645 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. Fix broken link in Prometheus exporter README. Fixes #4399 (#4485)

    * Fix broken link in Prometheus exporter README and add missing documentation. Fixes #4399
    
    Signed-off-by: Yogi Suthari <yrsuthari@gmail.com>
    
    * Update docs/exporter/prometheus/prometheus.rst
    
    Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Update docs/exporter/prometheus/prometheus.rst
    
    * Update docs-requirements.txt
    
    ---------
    
    Signed-off-by: Yogi Suthari <yrsuthari@gmail.com>
    Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
    Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
    3 people authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    a28b0ca View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. Interrupt exporter retry backoff sleeps when shutdown is called. Upda…

    …te BatchSpan/LogRecordProcessor.shutdown to complete in 30 seconds (#4638)
    
    * Initial commit to add timeout as a parm to export, make retries encompass timeout
    
    * Fix lint issues
    
    * Fix a bunch of failing style/lint/spellcheck checks
    
    * Remove timeout param from the export calls.
    
    * Fix flaky windows test ?
    
    * Respond to review comments..
    
    * Delete exponential backoff code that is now unused
    
    * Add changelog and remove some unused imports..
    
    * fix typo and unit test flaking on windows
    
    * Refactor tests, HTTP exporters a bit
    
    * Remove unneeded test reqs
    
    * Remove gRPC retry config
    
    * Tweak backoff calculation
    
    * Lint and precommit
    
    * Empty commit
    
    * Another empty commit
    
    * Calculate backoff in 1 place instead of 2
    
    * Update changelog
    
    * Update changelog
    
    * Make new _common directory in the http exporter for shared code
    
    * precommit
    
    * Make many changes
    
    * Reorder shutdown stuff
    
    * Fix merging
    
    * Don't join the thread in case we are stuck in an individual export call
    
    * Add tests, changelog entry
    
    * Update time assertions to satisfy windows.. Fix lint issues
    
    * Skip test on windows
    
    * Use threading Event instead of sleep loop.
    
    * Respond to review comments..
    
    * Pass remaining timeout to shutdown
    
    * Run precommit
    
    * Change variable names
    
    * Switch timeout back to timeout_millis
    
    * Update CHANGELOG.md
    
    Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
    
    * Update CHANGELOG.md
    
    Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
    
    * Rename variable
    
    * Fix variable name
    
    ---------
    
    Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
    DylanRussell and emdneto authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    d4e6068 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff9dc82 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

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

Commits on Jul 25, 2025

  1. Add permissions that were missed on the first pass (#4692)

    * Add permissions that were missed on the first pass
    
    * fix
    
    Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
    Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
    Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
    3 people authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    23aad5e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. otlp-http-exporter: set default value for param timeout_sec in `_ex…

    …port` method (#4691)
    
    * default timeout_sec
    
    Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
    
    * Update CHANGELOG.md
    
    Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
    
    ---------
    
    Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
    Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
    emdneto and xrmx authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    eb1a4c5 View commit details
    Browse the repository at this point in the history
  2. Use @pytest.mark.flaky decorator instead of @flaky.flaky (#4700)

    Use the modern `@pytest.mark.flaky` decorator over `@flaky.flaky` in tests.
    This avoids typing issues, and makes the tests compatible with other
    implementations of that decorator, such as `pytest-rerunfailures`.
    
    Signed-off-by: Michał Górny <mgorny@gentoo.org>
    Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
    mgorny and xrmx authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    f9ca475 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aaa2a2 View commit details
    Browse the repository at this point in the history
Loading