From d7e265f5eec18374dc3015ba0dd830d0b72e9601 Mon Sep 17 00:00:00 2001 From: Maximilian Lenkeit <2060790+mlenkeit@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:00:51 +0100 Subject: [PATCH] docs(auditlogs): minor word change in Challenges chapter --- projects/audit-logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/audit-logging.md b/projects/audit-logging.md index 77be9c121..0b0a6e4e6 100644 --- a/projects/audit-logging.md +++ b/projects/audit-logging.md @@ -14,7 +14,7 @@ Examples of audit logs include: ### Current challenges -Audit Logging is currently not within the scope of OpenTelemetry +OpenTelemetry does not have a good solution for audit logging - no semantic conventions for audit logs in OTel - OTel APIs/SDKs do not provide feedback to the application level whether data (in particular logs) have been successfully delivered to a remote endpoint. To guarantee delivery, either the SDK has to give those guarantees, or provide feedback to the application so that it can take care of guaranteed delivery itself.