Span attributes
aip.integrity_check — 22 attributes + 2 GenAI SIG aliases
The primary span for AIP integrity checkpoint results.
Events emitted on this span:
aip.concern— One event per concern detected. Includescategory,severity,description, andevidence.aip.drift_alert— Emitted when a drift alert is active. Includesdrift_directionandintegrity_similarity.
aap.verify_trace — 8 attributes
Span for AAP trace verification results.
Events emitted on this span:
aap.violation— One event per violation. Includestype,severity,description, andfield.
aap.check_coherence — 5 attributes
Span for AAP value coherence check results (used in multi-agent coordination).
aap.detect_drift — 2 attributes
Span for AAP behavioral drift detection results.
Events emitted on this span:
aap.drift_alert— One event per alert. Includesdrift_direction,integrity_similarity, andsustained_checks.
policy.evaluate — 8 attributes
Span for policy evaluation results. Created when the Policy Engine evaluates a request against the active policy.
Events emitted on this span:
policy.violation— One event per violation. Includestype(forbidden/capability_exceeded/unmapped_denied),tool,severity, andreason.
reclassification.process — 8 attributes
Span for violation reclassification. Created when a checkpoint is reclassified via the Reclassification API.
Span hierarchy
Spans are created as children of the current active span viacontext.active():
Metrics
13 metric instruments for aggregate monitoring:AIP metrics
AAP metrics
Policy metrics
Reclassification metrics
GenAI SIG forward compatibility
The exporter includes forward-compatible aliases that track the emerging OTel GenAI SIG conventions for AI/ML observability:
These aliases are emitted alongside the
aip.* attributes on every aip.integrity_check span, ensuring forward compatibility as the OTel GenAI SIG conventions stabilize.
Dashboard templates
Pre-built Grafana and Datadog dashboards that consume these attributes and metrics are available in the aip-otel-exporter repository:- grafana-aip-overview.json — Fleet-wide integrity monitoring using
aip.integrity_checks.total,aip.concerns.total, andaip.window.integrity_ratio - grafana-aip-detail.json — Per-agent deep-dive using all
aip.integrity.*span attributes - datadog-aip-overview.json — Datadog importable dashboard
See also
- Observability Guide — Full integration guide for the aip-otel-exporter
- Policy Engine — Policy evaluation concepts
- Card Lifecycle — Reclassification and trust recovery
- AIP Specification — Protocol specification for Integrity Checkpoints
- AAP Specification — Protocol specification for AP-Traces and verification