Skip to content

DataDog

To send OpenTelemetry metrics and traces generated by Shield360 from your AI Application to DataDog via the DataDog Agent, follow the below steps.

1. DataDog Agent Setup

graph LR
A[AI Application<br/>Instrumented by Shield360] --> B[DataDog Agent<br/>localhost:4318]
B --> C[DataDog Backend<br/>APM & Logs]

2. Instrument your application

For direct integration into your Python applications:

import shield360
shield360.init(
otlp_endpoint="http://localhost:4318"
)

Refer to the Shield360 SDK configuration reference for more advanced configurations and use cases.

3. Exploring Telemetry in DataDog

Once your AI application is sending telemetry data to DataDog, you can explore and analyze it using DataDog’s powerful observability features:

Software Catalog

View all your AI services and their connections:

  • Go to APMSoftware Catalog
  • Select Map to see how services are connected
  • Change Map layout to Cluster or Flow for different views
  • Select Catalog view, then click a service for performance summary

Trace Explorer

Explore traces from your AI applications:

  • Navigate to PerformanceSetup GuidanceView Traces
  • Select an indexed span to view full trace details
  • View correlated data across tabs:
    • Infrastructure metrics for services with Host Metrics
    • Runtime metrics for implemented services
    • Log entries correlated with traces
    • Span links connected to traces