OTTL Transform Builder

Build your OTTL pipeline frame by frame

To be implemented

To be implemented

To be implemented

Import saved pipeline configurations

To be implemented

Pipeline Testing (Coming Soon)

Test with synthetic data variations to simulate real-world streams of logs, metrics, and spans. Validate your transformations against production-like scenarios and craft comprehensive OpenTelemetry Collector configurations using OTTL conventions.

Original Data
InputOutput
{
"traceId":"a1b2c3d4e5f6g7h8",
"spanId":"span123456",
"name":"POST /api/checkout",
"timestamp":"2025-01-09T14:32:15.123Z",
"duration":245,
"attributes": {
"http.method":"POST",
"http.url":"https://api.example.com/api/checkout",
"http.status_code":200,
"user_email":"john.doe@example.com",
"credit_card":"4532-1234-5678-9010",
"customer_id":"cust_abc123",
"service_name":"checkout-service",
"deployment_env":"production",
"api_key":"sk_live_abc123def456",
}
"status":"OK",
}

Drop your payload data here

or click "Input Data" to paste JSON

100%

Metrics

Input Size0.4 KB
Output Size0.4 KB
Reduction 0%
Transforms0
Operations0
Fields Added0
Fields Modified0
Fields Removed0
PII Fields0 ✓
API Keys0 ✓
Compliance Score100%
Metrics

Export

# OTTL Transform Pipeline
# Generated from OTTL Builder

processors:
  transform:
    trace_statements:
Export
Transform Types:
Redact
Enrich
Normalize
Modify
Filter