CtrlK
BlogDocsLog inGet started
Tessl Logo

liteverge-opentelemetry-lambda

Add OpenTelemetry observability (traces, metrics) to an AWS Lambda function with Liteverge. Use when the user asks to add tracing, observability, or metrics to a Lambda function — or to add custom spans and metrics to an already-instrumented Lambda. Logs are not included; use CloudWatch for logging.

94

Quality

92%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Liteverge Lambda OpenTelemetry

This skill has two modes. Choose based on what the user is asking for.

Initialize tracing on a new project

If the user wants to set up OpenTelemetry / Liteverge tracing on a Lambda project that doesn't have it yet (install packages, create instrumentation file, create traced wrapper), follow:

init.md

Add custom instrumentation to an existing project

If the project already has Liteverge OTel initialized (has instrumentation.ts, traced.ts, and @opentelemetry/api installed) and the user wants to add custom spans, attributes, or tracing within handlers, follow:

instrument.md

How to decide

  • User says "add tracing", "add observability", "add metrics", "instrument this Lambda" → init.md
  • User says "trace this function", "add a span", "emit a metric", "add detail to this handler" → instrument.md
  • If unsure whether OTel is already set up, check for @opentelemetry/api in package.json dependencies. If present, use instrument.md. If not, use init.md.
Repository
liteverge/liteverge-opentelemetry
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.