You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Monitor OpenTelemetry Exporter] Add Support for Custom Events (#33183)
### Packages impacted by this PR
@azure/monitor-opentelemetry-exporter
### Describe the problem that is addressed by this PR
Adds support for custom events by setting the appropriate attribute on a
log record `"microsoft.custom_event.name"`.
### Are there test cases added in this PR? _(If not, why?)_
Yes, tests to ensure that log records created with the correct attribute
are sent as custom events.
### Checklists
- [x] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [x] Added a changelog (if necessary)
0 commit comments