observability

Configure unified event logging, tracing, analytics, and privacy redaction for pocopine applications.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/mambisi/pocopine-skills --skill observability-mambisi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observability
Source: https://github.com/mambisi/pocopine-skills/tree/main/observability
Command: npx skills add https://github.com/mambisi/pocopine-skills --skill observability-mambisi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pocopine-observe, pocopine-logging, pocopine-analytics, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive solution for setting up and managing observability in pocopine applications, including tracing, logging, analytics, and privacy redaction.

Core Features & Use Cases

  • Unified Observability: Consolidates browser and backend logging, structured tracing, and analytics under a single event contract.
  • Event Schema and Privacy Labels: Offers a schema for event data and privacy labels for field privacy.
  • Server and Browser Logging: Configures logging for both server-side and browser-side applications.
  • Analytics and Redaction: Enables analytics event emission with privacy redaction for secure data handling.

Quick Start

Initialize observability for your pocopine application by including the Skill and configuring the logging and analytics targets.

Frequently Asked Questions about observability

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

FAQPage Schema
How do I set up unified observability for a pocopine application?

Unified observability for a pocopine application is set up by including the Skill and configuring event targets for logging, tracing, and analytics across server and browser environments.

Does this observability tool support both server and browser logging?

Yes, the observability tool supports both server and browser logging, consolidating structured tracing and backend logging under a single event contract for comprehensive monitoring.

How does privacy redaction work with analytics events in pocopine?

Privacy redaction for analytics events works by applying configured privacy labels to the event schema, ensuring secure data handling by redacting sensitive fields during event emission.

Can I export tracing data using OpenTelemetry with this framework?

Yes, you can export tracing data using OpenTelemetry, as the framework provides OpenTelemetry export capabilities to integrate your pocopine event logs with existing monitoring pipelines.

What dependencies are required to configure tracing and logging in pocopine?

Configuring tracing and logging requires the pocopine framework alongside the pocopine-observe, pocopine-logging, and pocopine-analytics dependencies to properly initialize event targets.