observability

Implement logs, metrics, and traces with OpenTelemetry instrumentation.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/ivegamsft/work-tracker --skill observability-ivegamsft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observability
Source: https://github.com/ivegamsft/work-tracker/tree/main/.agents/skills/observability
Command: npx skills add https://github.com/ivegamsft/work-tracker --skill observability-ivegamsft

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides practical guidance for implementing observability foundations, including logs, metrics, and traces, to enhance operational visibility and application performance monitoring.

Core Features & Use Cases

  • Instrumentation Guidance: Offers instructions for implementing logs, metrics, and traces in applications.
  • OpenTelemetry Integration: Provides patterns for instrumenting applications with OpenTelemetry for distributed tracing and metrics.
  • Use Case: Helps developers and SREs to instrument their applications for better observability, enabling effective debugging and performance optimization.

Quick Start

Load the observability skill and follow the instructions in the 'otel-instrumentation.md' reference to instrument your application with OpenTelemetry.

Frequently Asked Questions about observability

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

FAQPage Schema
How do I implement observability for my application using logs, metrics, and traces?

To implement observability, this Skill provides instrumentation guidance for adding logs, metrics, and traces to your application. It offers specific patterns to enhance operational visibility and application performance monitoring.

How do I instrument my application with OpenTelemetry for distributed tracing?

You can instrument your application with OpenTelemetry by following the instructions in the otel-instrumentation.md reference. This provides patterns for implementing distributed tracing and metrics collection.

What do I need to set up application instrumentation for monitoring and debugging?

To set up application instrumentation for monitoring and debugging, you need the OpenTelemetry SDK and compatible runtime environments. This Skill provides the necessary guidance to apply these tools effectively.

When should I add observability foundations to my development and operations workflows?

You should add observability foundations to your workflows when you need to enhance operational visibility and enable effective debugging. It is applicable for development and operations teams seeking to optimize application performance.

Does OpenTelemetry integration work for both metrics collection and distributed tracing?

Yes, OpenTelemetry integration works for both metrics collection and distributed tracing. This Skill provides specific instrumentation patterns to implement these monitoring capabilities within your applications.