Skip to content
Merged
Changes from 2 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
2eb9e4a
Fixed circular dependency that can happen when injecting custom samplers
jeremydvoss Nov 7, 2022
c2889d0
lint
jeremydvoss Nov 7, 2022
a71b20a
Deleted duplicate tests
jeremydvoss Nov 7, 2022
86fede5
lint
jeremydvoss Nov 7, 2022
55a4645
Merge branch 'main' into custom-sampler-fix
srikanthccv Nov 8, 2022
12a2fa2
lint
jeremydvoss Nov 8, 2022
48177cc
Merge branch 'custom-sampler-fix' of https://github.com/jeremydvoss/o…
jeremydvoss Nov 8, 2022
9769c91
lint
jeremydvoss Nov 8, 2022
03b98c4
lint
jeremydvoss Nov 8, 2022
5bacd39
lint
jeremydvoss Nov 8, 2022
8f2114b
Update opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init_…
jeremydvoss Nov 10, 2022
1db34b4
Update opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init_…
jeremydvoss Nov 10, 2022
7ab0619
typing
jeremydvoss Nov 10, 2022
bb22c13
Update opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init_…
jeremydvoss Nov 10, 2022
b31a55b
Update opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init_…
jeremydvoss Nov 15, 2022
7a394ae
Merge branch 'main' into custom-sampler-fix
ocelotl Nov 17, 2022
46bc6b8
Retry tests
jeremydvoss Nov 17, 2022
8185412
Merge branch 'custom-sampler-fix' of https://github.com/jeremydvoss/o…
jeremydvoss Nov 17, 2022
d871662
Fixed circular dependency that can happen when injecting custom samplers
jeremydvoss Nov 7, 2022
bf196db
lint
jeremydvoss Nov 7, 2022
d6fdccc
Deleted duplicate tests
jeremydvoss Nov 7, 2022
5dea454
lint
jeremydvoss Nov 7, 2022
96a027d
lint
jeremydvoss Nov 8, 2022
3a1611d
lint
jeremydvoss Nov 8, 2022
601507f
lint
jeremydvoss Nov 8, 2022
1175027
lint
jeremydvoss Nov 8, 2022
1609650
Update opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init_…
jeremydvoss Nov 10, 2022
671fa3d
Update opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init_…
jeremydvoss Nov 10, 2022
6958057
typing
jeremydvoss Nov 10, 2022
34049ef
Retry tests
jeremydvoss Nov 17, 2022
df684a2
Update opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init_…
jeremydvoss Nov 10, 2022
2124f7f
Update opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init_…
jeremydvoss Nov 15, 2022
8d3e9c2
Merge branch 'custom-sampler-fix' of https://github.com/jeremydvoss/o…
jeremydvoss Nov 17, 2022
99ef804
Updated contrib sha
jeremydvoss Nov 17, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fixed circular dependency issue with custom samplers
([#3026](https://github.com/open-telemetry/opentelemetry-python/pull/3026))
- Add missing entry points for OTLP/HTTP exporter
([#3027](https://github.com/open-telemetry/opentelemetry-python/pull/3027))

## Version 1.14.0/0.35b0 (2022-11-04)

Expand Down