laminar-migrate-observability

Migrate an existing observability/tracing setup (Langfuse, LangSmith, Helicone, or OpenTelemetry) to Laminar with minimal diffs. Use when a user wants to replace their current tracer/exporter, keep trace boundaries, or map tags/metadata to Laminar.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "laminar-migrate-observability" with this command: npx skills add lmnr-ai/laminar-skills/lmnr-ai-laminar-skills-laminar-migrate-observability

Laminar Migrate Observability

Workflow

  1. Identify the current provider, runtime, and entrypoints. Capture trace boundaries and existing context (user/session IDs, tags, metadata, redaction rules).
  2. Choose the migration approach:
    • If OpenTelemetry is already in use, keep instrumentation and reconfigure the OTLP exporter to Laminar.
    • Otherwise, replace wrappers/decorators with Laminar observe() / @observe() or manual spans, and enable provider auto-instrumentation.
    • Avoid double-instrumentation.
  3. Install Laminar with the repo's package manager. Add LMNR_PROJECT_API_KEY (and base URL if self-hosted) to env examples.
  4. Map concepts and naming: stable span names, low-cardinality tags, IDs in metadata.
  5. Verify: run a representative flow and confirm root span, child spans, and tags in the UI. Ensure trace context is preserved end-to-end.

References

  • references/migration-mapping.md for provider-to-Laminar concept mapping and minimal-diff patterns.
  • references/otel-exporter.md for OTLP exporter setup guidance.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

query-api

No summary provided by upstream source.

Repository SourceNeeds Review
General

laminar-quickstart-trace

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

laminar-instrument-codebase

No summary provided by upstream source.

Repository SourceNeeds Review
General

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated