distributed-tracing
Implement Distributed Tracing
Microservice teams need clear request paths across services. This skill guides Jaeger, Tempo, OpenTelemetry instrumentation, sampling, and troubleshooting.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "distributed-tracing" from https://skillstore.io/skills/sickn33-distributed-tracing.md and its manifest at https://skillstore.io/api/skills/sickn33-distributed-tracing/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "distributed-tracing". Trace a slow checkout request across five services.
Expected outcome:
A step-by-step tracing plan with service spans, latency attributes, sampling guidance, and Jaeger queries for slow operations.
Using "distributed-tracing". Prepare tracing for a new payments service.
Expected outcome:
An instrumentation checklist covering service names, span boundaries, error recording, context propagation, and production validation.
Using "distributed-tracing". No traces appear after deployment.
Expected outcome:
A troubleshooting path that checks collector endpoints, exporter configuration, sampling settings, network reachability, and application logs.
Security Audit
Low RiskMost static findings are false positives from Markdown code fences, inline file references, and language examples rather than executable skill code. The Kubernetes setup example does include a remote manifest application flow, which should require review and explicit approval before use. I also found a low-severity privacy concern around recommending user_id trace tags without minimization guidance.
Confirmed security concerns (1)
Capability review items (2)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โก Contains scripts (1)
โ๏ธ External commands (41)
๐ Network access (9)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-distributed-tracing/audits/6?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-distributed-tracing?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-distributed-tracing?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-distributed-tracing/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-distributed-tracing.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). distributed-tracing security audit report (audit version 6) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-distributed-tracing/audits/6BibTeX citation
@techreport{sickn33-sickn33-distributed-tracing-2026,
author = {sickn33},
title = {distributed-tracing security audit report (audit version 6)},
institution = {Skillstore},
year = {2026},
number = {6},
url = {https://skillstore.io/skills/sickn33-distributed-tracing/audits/6},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "distributed-tracing security audit report (audit version 6)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/sickn33-distributed-tracing/audits/6"
identifiers:
- type: other
value: "skillstore:sickn33-distributed-tracing:audit:6"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
sickn33-distributed-tracing
2026-08-21
wshobson-distributed-tracing
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Debug Slow Requests
Map a request across frontend, gateway, service, and database spans to find latency sources.
Plan Tracing Rollout
Choose Jaeger or Tempo setup patterns, sampling rates, and instrumentation points for a service platform.
Improve Incident Analysis
Correlate traces, errors, and logs so incident teams can follow failure propagation across services.
Try These Prompts
Explain how traces, spans, context propagation, tags, and logs work in a microservice request path.
Create a distributed tracing plan for these services: [services]. Include span names, key attributes, and propagation boundaries.
Recommend a Jaeger or Tempo setup for [environment]. Include storage, collectors, sampling, and validation checks.
Analyze why traces are missing between [service A] and [service B]. Check propagation, exporters, sampling, network paths, and logs.
Best Practices
- Start with critical request paths before instrumenting every operation.
- Use consistent service names, span names, and approved attributes.
- Validate sampling, exporter health, and trace visibility in each environment.
Avoid
- Adding high-cardinality or personal data to spans without controls.
- Copying example endpoints or storage settings directly into production.
- Running cluster setup commands without reviewing manifests and permissions.
Frequently Asked Questions
What tracing tools does this skill cover?
Can it help with Python, Node.js, and Go services?
Does it deploy tracing infrastructure automatically?
Is it suitable for production systems?
Can it troubleshoot missing traces?
How should sensitive data be handled?
Developer Details
Author
sickn33License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/distributed-tracingRef
3e4b6c31a74a3bd1a291c98cf585d720cb9fbc88
Maintenance freshness
7/18/2026
Usage
8 downloads ยท 92 views
File structure
๐ SKILL.md