What problem does it solve?
This Skill resolves complex telemetry pipeline issues by providing expert guidance on writing, debugging, and optimizing OpenTelemetry Transformation Language (OTTL) statements for the OTel Collector.
Core Features & Use Cases
- Pipeline Transformation: Safely modify, filter, or route logs, metrics, and traces without changing application code.
- Cardinality Management: Reduce ingestion costs by dropping unnecessary attributes or normalizing high-cardinality fields like URLs and database queries.
- PII Redaction: Automatically mask sensitive data using SHA256 hashing or pattern-based replacement to ensure compliance.
- Use Case: If your collector pipeline stops processing data after a single error, use this Skill to implement proper error_mode settings and nil-safety guards to ensure pipeline resilience.
Quick Start
Use the opentelemetry-ottl skill to debug the transform processor configuration in my collector-config.yaml file.