autotel-edge

Instrument edge runtimes with OpenTelemetry-compatible tracing and logging.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables developers to implement OpenTelemetry-based tracing, instrumentation, and logging in edge environments without relying on Node.js APIs.

Core Features & Use Cases

  • Instrument Edge Runtimes: Provides trace, span, and instrument functions optimized for Cloudflare Workers, Vercel Edge, and Deno Deploy.
  • Sampling & Events: Supports sampling strategies, trace-related events, and trace-aware logging suitable for serverless edge deployments.
  • Use Case: Use this Skill to add observability to a Cloudflare Worker handling API requests, ensuring performance metrics are collected without Node.js dependencies.

Quick Start

Initialize the edge tracing system and instrument a request handler to start collecting trace data on incoming requests.

Frequently Asked Questions about autotel-edge

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

FAQPage Schema
How do I add OpenTelemetry tracing to a Cloudflare Worker?

To add OpenTelemetry tracing to a Cloudflare Worker, you can use this Skill to instrument request handlers with trace and span functions optimized for edge runtimes without relying on Node.js APIs.

Does OpenTelemetry tracing work in Deno Deploy without Node.js dependencies?

Yes, OpenTelemetry tracing works in Deno Deploy without Node.js dependencies. This Skill provides edge-compatible instrumentation and logging specifically optimized for serverless edge deployments.

Can I use trace-aware logging and sampling strategies in Vercel Edge?

You can use trace-aware logging and sampling strategies in Vercel Edge by implementing the provided instrumentation functions. It supports trace-related events and sampling tailored for serverless environments.

What is the best way to implement observability in serverless edge environments?

The best way to implement observability in serverless edge environments is using edge-compatible OpenTelemetry instrumentation. This approach provides lightweight tracing and logging without requiring Node.js APIs.

Why does standard OpenTelemetry fail in edge runtimes like Cloudflare Workers?

Standard OpenTelemetry often fails in edge runtimes like Cloudflare Workers because it relies on Node.js APIs. This Skill solves the problem by providing instrumentation functions built specifically for edge compatibility.

How do I instrument an API request handler for edge observability?

To instrument an API request handler for edge observability, initialize the edge tracing system and wrap your request handler with the provided instrument function to start collecting trace data.