Skip to main content
TealTiger exports governance telemetry via OpenTelemetry (OTLP), which means any platform that accepts OTLP data works out of the box — including Datadog, Splunk, New Relic, Elastic, and Grafana Cloud.

Architecture

TealTiger emits traces, metrics, and logs via OTLP. The OpenTelemetry Collector routes them to your SIEM/APM platform.

Datadog

Step 1: Configure TealTiger OTLP export

Step 2: Configure OTel Collector for Datadog

Step 3: Run the Collector

Datadog Dashboard

Once data flows, you’ll see in Datadog:
  • APM Traces: Each engine.evaluate() call appears as a span with decision, reason codes, and risk score
  • Custom Metrics: tealtiger.decisions.total, tealtiger.decisions.denied, tealtiger.cost.total
  • Logs: Audit events with full decision context
Create a Datadog dashboard with:
  • Decision rate (ALLOW vs DENY over time)
  • P95 evaluation latency
  • Cost per provider/model
  • Top reason codes for denials
  • Risk score distribution

Splunk

Step 1: Configure TealTiger OTLP export

Same as Datadog — TealTiger exports to the OTel Collector.

Step 2: Configure OTel Collector for Splunk

Step 3: Run the Collector

Splunk Queries

Search for TealTiger governance events:
Top denial reasons:
Cost tracking:

What TealTiger exports via OTLP

Traces (Spans)

Every engine.evaluate() call emits a span:

Metrics

Logs

Audit events are exported as structured logs with the full decision payload.

Other Platforms

The same OTLP pattern works for any platform with an OTel Collector exporter:

Next Steps

OpenTelemetry

Core OTLP integration details

Audit Schema

Full audit event format

Slack / Discord

Real-time alert webhooks

All Integrations

View all integrations