What problem does it solve?
This Skill helps you configure an OpenTelemetry collector to reliably route traces to your backends while preventing sensitive data from being exported and avoiding common OTLP wiring issues.
Core Features & Use Cases
- PII redaction before export: Redacts known PII keys from spans and scrubs sensitive patterns (emails, IBANs, DNI/NIE, plate numbers) so exporters never receive raw sensitive values.
- Dual export pipeline: Configures OTLP/HTTP receivers and routes traces through processors into one or more exporters (e.g., Langfuse OTLP today, Dynatrace OTLP later).
- Trace pipeline troubleshooting: Provides a concrete end-to-end verification flow to confirm the collector is alive, a test span is accepted, and traces appear in Langfuse.
Quick Start
Apply the otel collector PII redaction and Langfuse OTLP export pipeline, then verify by sending a test span to the collector and confirming it appears in Langfuse.