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
Copy file name to clipboardExpand all lines: acd.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Ensuring audit logs are reliably captured and transmitted is critical for compli
51
51
### 4.3 Architecture Diagram
52
52
lucid chart link : https://lucid.app/lucidchart/7a9fa1de-2640-4a2d-a038-0f7284a0800f/edit?page=p92ebrH0iSU9r&invitationId=inv_812faa02-bebb-4df2-aec3-882d5b027543#
53
53
54
-
5. ARCHITECTURE DECISIONS
54
+
## 5. ARCHITECTURE DECISIONS
55
55
56
56
Use OpenTelemetry SDK within application code for cross-vendor and standardized telemetry generation.
57
57
Externalize processing to Otel Collector for operational flexibility without code deployment.
@@ -60,15 +60,15 @@ Decouple network transmission from application code, handing over all egress res
60
60
Instrument with checkpoints and monitoring at each component boundary for reliability assessment.
61
61
Select AuditLog Services V3 Exporter due to organizational integration requirements.
62
62
63
-
6. OPEN POINTS
63
+
## 6. OPEN POINTS
64
64
65
65
Otel SDK & Collector Version Compatibility: Need to validate if all required features and data formats are supported.
66
66
API Rate Limits & Back-pressure: How will surges and API slowdowns/throttling be gracefully handled?
67
67
Data Privacy & Security: Ensure logging data is sanitized/encrypted as required before egress.
68
68
Collector Failure Modes: What happens to logs if Otel Collector crashes or network partition occurs?
69
69
Lossy Operations in Processors: Need clear bounds on filtering/batching impacts to log completeness.
70
70
71
-
7. CONCLUSION AND NEXT STEPS
71
+
## 7. CONCLUSION AND NEXT STEPS
72
72
73
73
This POC will validate the comprehensive logging flow’s reliability and highlight improvements for audit log delivery. Next steps include:
0 commit comments