golem-enable-otlp-ts

Configure Golem TypeScript agents to export traces, logs, and metrics to an OTLP collector.

1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-enable-otlp-ts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: golem-enable-otlp-ts
Source: https://github.com/justcoon/golem-shopping-ts/tree/main/.agents/skills/golem-enable-otlp-ts
Command: npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-enable-otlp-ts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of configuring OpenTelemetry telemetry export for TypeScript-based Golem agents, enabling developers to monitor agent performance through traces, logs, and metrics effortlessly.

Core Features & Use Cases

  • Plugin Activation: Guides users to enable the golem-otlp-exporter plugin within the agent's configuration.
  • Telemetry Export: Facilitates exporting traces, logs, and metrics to an OTLP-compatible collector without manual scripting.
  • Use Case: Developers deploying Golem agents can seamlessly set up observability, troubleshooting issues, or optimizing performance with minimal configuration.

Quick Start

Enable the OTLP exporter plugin on your Golem agent by editing the configuration to include the plugin parameters, then deploy your agent to start exporting telemetry data.

Frequently Asked Questions about golem-enable-otlp-ts

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

FAQPage Schema
How do I export telemetry data from TypeScript Golem agents?

To export telemetry from TypeScript Golem agents, enable the golem-otlp-exporter plugin within your agent configuration. This automatically exports traces, logs, and metrics to an OTLP-compatible collector without requiring manual scripting.

What is OTLP telemetry export for distributed agent systems?

OTLP telemetry export for distributed agent systems is the process of sending traces, logs, and metrics to an OpenTelemetry-compatible collector. It enhances observability and monitoring capabilities, allowing developers to troubleshoot issues and optimize agent performance.

Can I create custom spans for detailed telemetry analysis in Golem agents?

Yes, you can create custom spans for detailed telemetry analysis in Golem agents. The configuration supports custom span creation, allowing you to capture specific operational details and trace execution flows across your distributed agent systems.

Does the Golem OTLP exporter support metrics and logs, or just traces?

The Golem OTLP exporter supports metrics and logs in addition to traces. It configures your TypeScript Golem agents to automatically export all three telemetry signal types to an OTLP-compatible collector for comprehensive observability.

What is the best way to set up observability for Golem TypeScript agents?

The best way to set up observability for Golem TypeScript agents is to activate the golem-otlp-exporter plugin via configuration parameters. This provides a seamless setup for exporting telemetry data to an OTLP collector with minimal configuration overhead.