![]() |
VOOZH | about |
Agent Observability allows you to restrict access to potentially sensitive data associated with your ML applications to only certain teams and roles in your organization. This is particularly important when your LLM applications process sensitive information such as personal data, proprietary business information, or confidential user interactions.
Access controls in Agent Observability are built on Datadog’s Data Access Control feature, which enables you to regulate access to data deemed sensitive. You can use the ml_app tag to identify and restrict access to specific LLM applications within your organization.
You can redact or modify sensitive data at the application level before it is sent to Datadog. Use span processors in the Agent Observability SDK to conditionally modify input and output data on spans, or prevent spans from being emitted entirely.
This is useful for:
For detailed implementation examples and usage patterns, see the Span Processing section in the SDK Reference.
Agent Observability integrates with Sensitive Data Scanner, which helps prevent data leakage by identifying and redacting any sensitive information (such as personal data, financial details, or proprietary information) that may be present in any step of your LLM application.
By proactively scanning for sensitive data, Agent Observability ensures that conversations remain secure and compliant with data protection regulations. This additional layer of security reinforces Datadog’s commitment to maintaining the confidentiality and integration of user interactions with LLMs.
Additional helpful documentation, links, and articles:
| |