Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
e021891
WIP: otlp/htpp logging exporter
srikanthccv Feb 11, 2022
3a012d5
Add tests and fix bug
srikanthccv Feb 12, 2022
ebe6f66
Add CHANGELOG entry
srikanthccv Feb 13, 2022
3ac474c
Merge branch 'main' into issue-2446
srikanthccv Feb 13, 2022
e96d536
Fix lint
srikanthccv Feb 13, 2022
a97c18a
Merge branch 'issue-2446' of github.com:lonewolf3739/opentelemetry-py…
srikanthccv Feb 13, 2022
503acc4
Merge branch 'main' into issue-2446
srikanthccv Feb 17, 2022
912ae2f
Merge branch 'main' into issue-2446
srikanthccv Feb 18, 2022
c9f42ef
Merge branch 'main' into issue-2446
srikanthccv Feb 19, 2022
7fa922c
Resolve merge conflicts
srikanthccv Feb 24, 2022
26b26f2
Fix lint
srikanthccv Feb 24, 2022
b7af733
Merge branch 'issue-2446' of github.com:srikanthccv/opentelemetry-pyt…
srikanthccv Feb 24, 2022
8253b4f
Merge branch 'main' into issue-2446
srikanthccv Feb 25, 2022
1f1f324
Merge branch 'main' into issue-2446
srikanthccv Feb 26, 2022
b3fcb88
Merge branch 'main' into issue-2446
srikanthccv Mar 1, 2022
e033784
Merge branch 'main' into issue-2446
srikanthccv Apr 2, 2022
83953be
Update CHANGELOG
srikanthccv Apr 2, 2022
9ee2808
resolve merge conflicts
srikanthccv May 8, 2022
47f3a0a
Update with latest proto
srikanthccv May 8, 2022
428971b
Merge branch 'main' into issue-2446
srikanthccv May 18, 2022
7aec8c7
rearrange the changelog
srikanthccv May 18, 2022
8328f44
Merge branch 'main' into issue-2446
srikanthccv May 26, 2022
250e2db
Merge branch 'main' into issue-2446
srikanthccv May 26, 2022
3037c8a
Merge branch 'main' into issue-2446
srikanthccv May 31, 2022
5da5ad6
Merge branch 'main' into issue-2446
srikanthccv May 31, 2022
f18792c
Merge branch 'main' into issue-2446
srikanthccv Jun 2, 2022
66f155b
Merge branch 'main' into issue-2446
srikanthccv Jun 2, 2022
a8ae93e
Merge branch 'main' into issue-2446
srikanthccv Jun 8, 2022
fa81455
Append v1/logs for OTLP endpoint
srikanthccv Jun 10, 2022
5231c43
Merge branch 'issue-2446' of github.com:srikanthccv/opentelemetry-pyt…
srikanthccv Jun 10, 2022
bbc8324
Merge branch 'main' into issue-2446
srikanthccv Jun 10, 2022
85de539
Merge branch 'main' into issue-2446
srikanthccv Jun 11, 2022
624f17f
Merge branch 'main' into issue-2446
srikanthccv Jun 12, 2022
9078264
Fix lint
srikanthccv Jun 12, 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
Prev Previous commit
Next Next commit
Merge branch 'main' into issue-2446
  • Loading branch information
srikanthccv authored Jun 8, 2022
commit a8ae93e9ca1e0b016476469f75a6798c5b9257cb
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

- `opentelemetry-exporter-otlp-proto-http` Add support for OTLP/HTTP log exporter
([#2462](https://github.com/open-telemetry/opentelemetry-python/pull/2462))
- Add missing `to_json` methods
([#2722](https://github.com/open-telemetry/opentelemetry-python/pull/2722)
- Fix type hints for textmap `Getter` and `Setter`
([#2657](https://github.com/open-telemetry/opentelemetry-python/pull/2657))
- Fix LogEmitterProvider.force_flush hanging randomly
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.