Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OTEP: Recording exceptions as log based events #4333

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
50ef640
OTEP: Recording exceptions and errors with OpenTelemetry
lmolkova Dec 10, 2024
cfc75d1
filename
lmolkova Dec 10, 2024
28b7590
feedback and cleanup
lmolkova Dec 13, 2024
5473397
cleanups
lmolkova Dec 13, 2024
39264f6
feedback: recording all exceptions by default is too noisy
lmolkova Dec 16, 2024
e33290f
minor fixes
lmolkova Dec 17, 2024
91e4e3c
minor fixes
lmolkova Dec 17, 2024
810c864
clean up
lmolkova Dec 27, 2024
23a723c
changelog and lint
lmolkova Dec 27, 2024
5087efc
more cleanups and lint
lmolkova Dec 27, 2024
9d5a075
ore fixes
lmolkova Dec 27, 2024
d8ad5c0
more cleanups and lint
lmolkova Dec 27, 2024
e7556b2
Apply suggestions from code review
lmolkova Jan 3, 2025
26f599c
feedback
lmolkova Jan 3, 2025
81d17ab
remove the note
lmolkova Jan 3, 2025
3285ea7
Apply suggestions from code review
lmolkova Jan 14, 2025
b53cda0
feedback: more details on severity, language-specific, replacement fo…
lmolkova Jan 14, 2025
f035e98
more feedback, define error/exception
lmolkova Jan 18, 2025
61d9551
lint
lmolkova Jan 18, 2025
de87b1e
Apply suggestions from code review
lmolkova Feb 1, 2025
14ec0db
up
lmolkova Feb 1, 2025
eb6f139
add migration section, update trade-offs and minitations, clean up
lmolkova Feb 1, 2025
97a70c2
review, another round
lmolkova Feb 6, 2025
cb15567
toc
lmolkova Feb 6, 2025
76e7e25
more nits
lmolkova Feb 6, 2025
f793549
Merge branch 'main' into exceptions-on-logs-otep
lmolkova Feb 6, 2025
0df2e2c
more nits
lmolkova Feb 7, 2025
6c7b47a
Update oteps/4333-recording-exceptions-on-logs.md
lmolkova Feb 7, 2025
93040bf
Apply suggestions from code review
lmolkova Feb 7, 2025
6c2ec8b
Apply suggestions from code review
lmolkova Feb 7, 2025
fa7c0b2
clarifications
lmolkova Feb 7, 2025
21f3efa
more nits
lmolkova Feb 7, 2025
ddeae8c
clean up migration
lmolkova Feb 7, 2025
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ release.

### OTEPs

- [OTEP-4333](https://github.com/open-telemetry/opentelemetry-specification/pull/4333)
Recording exceptions and errors on logs.

## v1.40.0 (2024-12-12)

### Context
Expand Down
Loading
Loading