migrate-to-autotel

Guide migration of observability tools to autotel with step-by-step strategies.

7|3|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/jagreehal/autotel --skill migrate-to-autotel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-to-autotel
Source: https://github.com/jagreehal/autotel/tree/main/packages/autotel/skills/migrate-to-autotel
Command: npx skills add https://github.com/jagreehal/autotel --skill migrate-to-autotel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill assists engineers in transitioning their existing observability infrastructure to autotel, ensuring continuous monitoring without data loss.

Core Features & Use Cases

  • Supports multiple tracing sources including raw OpenTelemetry SDK, Sentry, Datadog, New Relic, Honeycomb beelines, and OpenTracing/OpenCensus.
  • Provides migration strategies with detailed step-by-step guides for each source, enabling smooth cut-over while preserving data fidelity.
  • Use Case: Transition a Node.js service from Datadog APM to autotel without losing trace data or causing dashboard gaps during deployment.

Quick Start

Replace your existing SDK initialization code with autotel's init function, following the outlined steps for your current tracing source.

Frequently Asked Questions about migrate-to-autotel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate observability tools to autotel without losing trace data?

Migrating observability tools to autotel requires replacing your existing SDK initialization code with autotel's init function. The process provides detailed step-by-step guides for each tracing source to ensure a smooth cut-over while preserving data fidelity during deployment.

Can I transition from Datadog APM or Sentry to autotel for application monitoring?

Yes, you can transition from Datadog APM, Sentry, New Relic, Honeycomb beelines, or OpenTracing to autotel. The migration supports multiple tracing sources by providing specific strategies and code changes tailored to each tool's setup process.

What is the best way to switch from OpenTelemetry SDK to autotel?

The best way to switch from raw OpenTelemetry SDK to autotel is by replacing your existing SDK initialization code with autotel's init function. This approach ensures continuous monitoring without dashboard gaps or data loss during the transition.

Does autotel support migration from OpenTracing and OpenCensus observability setups?

Yes, autotel supports migration from OpenTracing and OpenCensus observability setups. It guides developers through the necessary setup modifications and validation processes to ensure a safe and effective transition from these legacy tracing standards.

How do I validate my observability setup after migrating to autotel?

To validate your observability setup after migrating to autotel, follow the outlined validation processes provided for your specific tracing source. This ensures continuous monitoring is maintained and verifies that no trace data was lost during the cut-over.