Agent Plugins Marketplace
All plugins

opentelemetry

v1.4.0

OpenTelemetry Python instrumentation - distributed tracing, async context propagation, custom transport propagators, OTLP exporters, AWS ADOT/X-Ray, and production observability; includes /otel-audit command

Codex1 Skill

By Alfio CaprinoLicense: MIT8 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Aug 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add opentelemetry-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/acaprino/daodan

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is exports/codex/plugins/opentelemetry/.

Plugin files

exports/codex/plugins/opentelemetry/
├── .codex-plugin/plugin.json
└── skills/opentelemetry/SKILL.md

Included Skills1

opentelemetryskills/opentelemetry/SKILL.md

Knowledge base for OTel in Python: async gotchas, non-HTTP transports, production patterns. TRIGGER WHEN: working with OpenTelemetry, distributed tracing, span instrumentation, context propagation, OTLP exporters, sampling strategies, or observability pipelines.

Plugin manifests1

exports/codex/plugins/opentelemetry/.codex-plugin/plugin.json
{
  "author": {
    "name": "Alfio Caprino"
  },
  "description": "OpenTelemetry Python instrumentation - distributed tracing, async context propagation, custom transport propagators, OTLP exporters, AWS ADOT/X-Ray, and production observability; includes /otel-audit command",
  "license": "MIT",
  "name": "opentelemetry",
  "version": "1.4.0"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[opentelemetry on Agent Plugins Marketplace](https://pluginsmp.com/plugins/opentelemetry-2)