Skip to content

fix: adapt event_type to be fetched from descripto#150

Closed
betinacosta wants to merge 5 commits into
mainfrom
auditlog-ng-event-type-fix
Closed

fix: adapt event_type to be fetched from descripto#150
betinacosta wants to merge 5 commits into
mainfrom
auditlog-ng-event-type-fix

Conversation

@betinacosta

Copy link
Copy Markdown
Member

Updated the auditlog-ng client audit log event name handling to derive the event name directly from the protobuf event descriptor.

Previously, event names were in the format:

sap.als.AuditEvent.<EVENT_TYPE>.v2
With this change, event names now follow the protobuf descriptor naming convention:

sap.auditlog.auditevent.v2.<EVENT_TYPE>
Example:

sap.auditlog.auditevent.v2.ConfigurationChange
This aligns the OTEL event name format with the ALS protobuf schema and the Audit Log SDK implementation, where the event type is resolved from the protobuf DESCRIPTOR.

Breaking Changes
The auditlog-ng client no longer supports user-provided audit event types. Event names are now derived exclusively from the protobuf event descriptor (DESCRIPTOR) and follow the protobuf schema naming convention:

@betinacosta betinacosta requested a review from a team as a code owner June 8, 2026 20:25
@betinacosta betinacosta changed the title fix: adapt event_type to be fetched from descriptop fix: adapt event_type to be fetched from descriptop Jun 8, 2026
@betinacosta betinacosta changed the title fix: adapt event_type to be fetched from descriptop fix: adapt event_type to be fetched from descripto Jun 8, 2026
@betinacosta betinacosta closed this Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants