Overview
Agent Governance Toolkit emits OpenTelemetry signals for every governance decision in your AI agent system:Get Started
1
Install packages
2
Initialize OpenLIT and the governance tracer
Add both initializations at your application entry point:
3
Instrument governance decisions
The toolkit automatically traces policy evaluations. You can also emit custom governance spans:
4
View in OpenLIT
Governance signals appear in OpenLIT alongside your LLM traces:
- Traces → Filter by
governance.*span names to see policy decisions - Metrics →
governance.policy.eval_count,governance.policy.violation_count - Dashboards → Create custom panels for governance health (see below)
Custom Dashboard: Governance Health
Create a governance-specific dashboard in OpenLIT to monitor:- Policy evaluation rate — How many governance checks per minute
- Violation trend — Spikes in policy violations over time
- Evaluation latency — Are governance checks meeting the <5ms SLA
- Trust score distribution — Current trust scores across your agent fleet
Prometheus Metrics
If you use Prometheus + Grafana instead of (or alongside) OpenLIT, the toolkit also exposes a Prometheus endpoint:OpenLIT Dashboard
A pre-built Governance Health dashboard is available for import into OpenLIT. It provides:- Total Policy Evaluations — count with trend
- Total Violations — count with severity breakdown
- Violations Over Time — time-series chart
- Policy Eval Latency — p50/p99 latency
- Violations by Agent — which agents trigger the most violations
- Recent Violations — audit table with agent, tool, policy, verdict
Governance Health Dashboard JSON
Governance Health Dashboard JSON
Resources
Agent Governance Toolkit
Policy enforcement, trust verification, audit trails, and capability governance for AI agents
OpenLIT Dashboards
Build custom dashboards for governance health metrics

