otel-collector-configurator
SkillDev toolsDesigns OpenTelemetry Collector pipelines (receivers, processors, exporters) with batching and redaction.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the otel-collector-configurator skill
What this skill tells your AI
The instructions your AI receives, as published by codebygarv/ai-skills in skills/utilities/otel-collector-configurator/SKILL.md and read by ahel’s review.
Purpose
Architect and configure production OpenTelemetry (OTel) Collector pipelines to ingest, filter, batch, redact sensitive PII, and export distributed traces, metrics, and logs to observability backends (Prometheus, Jaeger, Datadog, Grafana Tempo, SigNoz).
When to Use
- Centralizing telemetry across microservices without vendor lock-in.
- Filtering out high-frequency health-check traces to reduce APM storage costs.
- Scrubbing sensitive credit card or user authorization data from telemetry spans before exporting.
What to Analyze
- Receivers: OTLP (gRPC
:4317and HTTP:4318), Prometheus scraper, Jaeger receiver. - Processors:
memory_limiter: Prevent collector process from crashing on traffic spikes.batch: Buffer and compress spans before sending over the network.transform/attributes: Redact sensitive headers, insert cluster/environment tags.filter: Drop/healthzand/metricstraces.
- Exporters: OTLP gRPC/HTTP exporter, Prometheus exporter, Debug/logging exporter.
- Pipelines: Explicit
traces,metrics, andlogsservice pipelines. - Deployment Mode: Sidecar vs DaemonSet vs Centralized Load-Balanced Gateway.
Output Format
- Complete
otel-collector-config.yaml: Production-ready configuration. - Pipeline Architecture Diagram (Mermaid): Ingest $ ightarrow$ Processors $ ightarrow$ Exporters.
- Resource Sizing & Tuning Guide: Recommended CPU/memory requests and queue sizes.
Avoid
- Placing the
batchprocessor before thememory_limiterprocessor. - Leaving
/healthzendpoint tracing enabled at 100% sample rate.
Signals
- GitHub stars
- 25
- Forks
- 1
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
otel-collector-configurator- Source
- github.com/codebygarv/ai-skills