tracing-schema-generator

Solid

Generate distributed tracing schemas for OpenTelemetry with Jaeger/Zipkin integration

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Tracing Schema Generator Skill ## Overview Generates OpenTelemetry tracing schemas including span attribute definitions, trace context propagation, and Jaeger/Zipkin integration configurations. ## Capabilities - OpenTelemetry tracing schemas - Span attribute definitions - Trace context propagation (W3C, B3) - Jaeger integration - Zipkin integration - Baggage propagation - Sampling strategy configuration - Span naming conventions ## Target Processes - observability-implementation - microservices-decomposition ## Input Schema ```json { "type": "object", "required": ["services"], "properties": { "services": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "operations": { "type": "array" }, "dependencies": { "type": "array" } } } }, "propagation": { "type": "string", "enum": ["w3c", "b3", "jaeger"], "default": "w3c" }, "backend": { "type": "string", "enum": ["jaeger", "zipkin", "tempo", "xray"], "default": "jaeger" }, "options": { "type": "object", "properties": { "samplingRate": { "type": "number", "default": 0.1 }, "samplingStrategy": { "type": "string", "enum": ["always_on", "always_off", "trace_id_ratio", "parent_based"], "default": "trace_id_ratio" }, "includeBaggage": { ...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

log-schema-generator

Generate structured logging schemas with correlation ID patterns and ELK/Splunk integration

1,160 Updated today
a5c-ai
AI & Automation Solid

metrics-schema-generator

Generate metrics schemas for Prometheus, OpenTelemetry, and Grafana dashboards

1,160 Updated today
a5c-ai
AI & Automation Solid

opentelemetry-integrator

Integrate OpenTelemetry tracing and metrics into SDKs

1,160 Updated today
a5c-ai
AI & Automation Solid

183-java-observability-tracing-opentelemetry

Use when you need to implement or improve distributed tracing with OpenTelemetry in Java — including trace/span modeling, context propagation, semantic conventions, span attributes/events/status, sampling strategy, baggage usage, privacy safeguards, and backend integration with OTLP collectors. This should trigger for requests such as Improve tracing; Apply OpenTelemetry tracing; Add distributed tracing; Refactor tracing instrumentation. Part of cursor-rules-java project

393 Updated today
jabrena
AI & Automation Solid

183-observability-tracing-opentelemetry

Use when you need to implement or improve distributed tracing with OpenTelemetry in Java — including trace/span modeling, context propagation, semantic conventions, span attributes/events/status, sampling strategy, baggage usage, privacy safeguards, and backend integration with OTLP collectors. This should trigger for requests such as Improve tracing; Apply OpenTelemetry tracing; Add distributed tracing; Refactor tracing instrumentation. Part of cursor-rules-java project

393 Updated today
jabrena