-
Notifications
You must be signed in to change notification settings - Fork 748
Comparing changes
Open a pull request
base repository: open-telemetry/opentelemetry-python
base: v1.35.0
head repository: open-telemetry/opentelemetry-python
compare: v1.36.0
- 11 commits
- 68 files changed
- 8 contributors
Commits on Jul 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 14401e1 - Browse repository at this point
Copy the full SHA 14401e1View commit details
Commits on Jul 17, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 57cb935 - Browse repository at this point
Copy the full SHA 57cb935View commit details
Commits on Jul 21, 2025
-
* fix conflicts * add tox-uv.toml --------- Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9746645 - Browse repository at this point
Copy the full SHA 9746645View commit details
Commits on Jul 22, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for a28b0ca - Browse repository at this point
Copy the full SHA a28b0caView commit details
Commits on Jul 23, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for d4e6068 - Browse repository at this point
Copy the full SHA d4e6068View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff9dc82 - Browse repository at this point
Copy the full SHA ff9dc82View commit details
Commits on Jul 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 344c647 - Browse repository at this point
Copy the full SHA 344c647View commit details
Commits on Jul 25, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 23aad5e - Browse repository at this point
Copy the full SHA 23aad5eView commit details
Commits on Jul 29, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for eb1a4c5 - Browse repository at this point
Copy the full SHA eb1a4c5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f9ca475 - Browse repository at this point
Copy the full SHA f9ca475View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aaa2a2 - Browse repository at this point
Copy the full SHA 1aaa2a2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.35.0...v1.36.0