openobserve-telemetry

openobserve-telemetry is a skill for Claude Code, Codex from seandkendall/kiro-config. It costs 169 tokens per session (4,135 once invoked), scanned A, original, Apache-2.0.

An instrumentation setup for AWS serverless applications using API Gateway, Lambda, and DynamoDB. It sends OpenTelemetry traces, metrics, and logs to OpenObserve, a system for collecting and viewing application monitoring data.

In plain words
What is it for?
It is for configuring Lambda, API Gateway, and related logging to export monitoring data, with authentication and connection details taken from the AWS deployment.
Why use it?
It centralises operational data so application behaviour and failures can be examined across these AWS services.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for configuring Lambda, API Gateway, and related logging to export monitoring data, with authentication and connection details taken from the AWS deployment.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/seandkendall/kiro-config/openobserve-telemetry
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add seandkendall/kiro-config --skill openobserve-telemetry
Clone the repo
git clone --depth 1 https://github.com/seandkendall/kiro-config

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for openobserve-telemetry

README.md
[![agentmods](https://agentmods.dev/badge/skills/seandkendall/kiro-config/openobserve-telemetry/github.svg)](https://agentmods.dev/skills/seandkendall/kiro-config/openobserve-telemetry)
Your own site
<a href="https://agentmods.dev/skills/seandkendall/kiro-config/openobserve-telemetry"><img src="https://agentmods.dev/badge/skills/seandkendall/kiro-config/openobserve-telemetry/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for openobserve-telemetry

Your own site · 80×15
<a href="https://agentmods.dev/skills/seandkendall/kiro-config/openobserve-telemetry"><img src="https://agentmods.dev/badge/skills/seandkendall/kiro-config/openobserve-telemetry.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 169 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,135 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00169 $0.04135
Opus 5 $0.00084 $0.02067
Sonnet 5 $0.00034 $0.00827
Haiku 4.5 $0.00017 $0.00413

Measured yesterday against content hash 1f30fd6e7e5e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

openobserve-telemetry scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -w '\n%{http_code}\n' -X POST \
skills/openobserve-telemetry/SKILL.md · 294 lines

How it starts

The opening of the file, as written. The whole thing — 294 lines — stays where its author put it; the contents beside it link to each section on GitHub.

IMPORTANT: This skill documents one specific, live OpenObserve deployment on this account. Every endpoint, credential path, and payload shape below was verified against the real instance. Treat the connection details as authoritative for this account — do not substitute a different OTel backend or invent endpoints. If a value below (URL, parameter path, credential) appears to have changed, re-verify against the live stack (see section 1) rather than guessing.

Table of Contents

  1. Connection details (single SSM parameter for auth; endpoint derived from CloudFormation)
  2. Verify connectivity first
  3. Lambda instrumentation (ADOT layer, env vars, manual spans, cold starts)
  4. API Gateway (access logs + trace continuity — requires X-Ray propagation)
  5. Logs (CloudWatch→Firehose vs. OTLP direct)
  6. Naming and tagging
  7. Account-specific constraints (retention, sampling, VPC egress)
  8. Definition of done
  9. Troubleshooting

1. Connection details

Setting Value
Base URL A CloudFront domain — re-derive from CloudFormation, do not hardcode or cache indefinitely (see below)
Organisation default — fixed constant, not configurable, not stored anywhere
Traces endpoint POST /api/default/v1/traces
Metrics endpoint POST /api/default/v1/metrics
Logs endpoint POST /api/default/v1/logs
Protocol OTLP over HTTP (application/json or application/x-protobuf)
Auth HTTP Basic, Authorization: Basic <base64(email:password)>

Read the full file on GitHub · 294 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 294 lines · 169 tokens per session scan A 1f30fd6e7e5e

Subscribe to this mod's changes

openobserve-telemetry is a skill published in the GitHub repository seandkendall/kiro-config (8 stars, last pushed 2d ago), licensed Apache-2.0. It adds 169 tokens to every session and 4,135 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-11.