opentelemetry-skill
v1.0.1Expert OpenTelemetry guidance for collector configuration, pipeline design, production telemetry instrumentation, and deployment architecture across Kubernetes, ECS, serverless, and standalone environments.
By o11y.devLicense: Apache-2.044 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 skill or MCP entries
- Source updated
- Aug 9, 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 opentelemetry-skill for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add opentelemetry-skill@agent-plugin-marketplacePaste 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/o11y-dev/opentelemetry-skillClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
└── .codex-plugin/plugin.json
Plugin manifests1
{
"name": "opentelemetry-skill",
"displayName": "OpenTelemetry Observability Engineering",
"version": "1.0.1",
"description": "Expert OpenTelemetry guidance for collector configuration, pipeline design, production telemetry instrumentation, and deployment architecture across Kubernetes, ECS, serverless, and standalone environments.",
"author": {
"name": "o11y.dev",
"url": "https://skills.o11y.dev"
},
"homepage": "https://github.com/o11y-dev/opentelemetry-skill",
"repository": "https://github.com/o11y-dev/opentelemetry-skill",
"license": "Apache-2.0",
"keywords": [
"opentelemetry",
"otel",
"observability",
"o11y",
"telemetry",
"monitoring",
"tracing",
"metrics",
"logs",
"collector",
"otelcol",
"pipeline",
"instrumentation",
"kubernetes",
"ecs",
"docker",
"serverless",
"lambda",
"gcp",
"aws",
"azure",
"deployment",
"architecture",
"sampling",
"cardinality",
"security",
"ottl",
"transform",
"codex",
"ai-agent"
],
"categories": [
"DevOps",
"Observability",
"Infrastructure",
"Monitoring"
],
"capabilities": {
"progressive_disclosure": true,
"context_aware": true,
"production_ready": true,
"multi_platform": true
},
"metadata": {
"skill_type": "expert_assistant",
"domain": "observability_engineering",
"expertise_level": "principal",
"primary_technology": "opentelemetry",
"supported_signals": [
"traces",
"metrics",
"logs",
"profiles"
],
"supported_platforms": [
"kubernetes",
"ecs",
"docker",
"vm",
"lambda",
"gcp-functions",
"azure-functions"
],
"supported_languages": [
"yaml",
"go",
"python",
"java",
"javascript",
"typescript",
".net",
"ruby"
],
"vendor_agnostic": true,
"deployment_patterns": [
"daemonset",
"sidecar",
"gateway",
"standalone",
"serverless"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[opentelemetry-skill on Agent Plugins Marketplace](https://pluginsmp.com/plugins/opentelemetry-skill)