Auto instrument
Alpha features described in this document are provided by Splunk to you "as is" without any warranties, maintenance and support, or service-level commitments. Splunk makes this alpha feature available in its sole discretion and may discontinue it at any time. These documents are not yet publicly available and we ask that you keep such information confidential. Use of alpha features is subject to the Splunk Pre-Release Agreement for Hosted Services.
-
AI Agent Monitoring
-
AI Agent Security Monitoring
Use OpenTelemetry auto instrumentation by running opentelemetry-instrument:
opentelemetry-instrument --traces_exporter otlp python your_app.py
Examples of auto instrumentation in the examples folder:
-
SDK mode: In examples/multi_agent_travel_planner see the explicit security checks with
inspect_prompt(). -
Gateway mode: In examples/gateway/multi_agent_travel_planner see the LLM calls through Cisco AI Defense Gateway.