The OTelLogExporter is a .NET-based reusable server-side external logic that converts custom logs from the OutSystems Developer Cloud (ODC) into OpenTelemetry-compliant JSON format. This component allows teams to standardize and export logs to observability platforms like Signoz, Splunk, Datadog, etc,
The external logic receives a JSON string of custom logs and outputs a JSON string formatted according to the OpenTelemetry Standard Logs. It also returns any errors encountered during parsing or conversion.
No schema validation on input JSON
Timestamps must be in ISO 8601 format
Trace/Span support is limited to what is provided in the input
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)