Skip to content

feat: add core telemetry and trace tooling#14

Merged
muscariello merged 6 commits intomainfrom
8-core-otel-instrumentation
Mar 13, 2026
Merged

feat: add core telemetry and trace tooling#14
muscariello merged 6 commits intomainfrom
8-core-otel-instrumentation

Conversation

@muscariello
Copy link
Member

Summary

  • add core OpenTelemetry init, spans, and file logging
  • add shadictl trace subcommand for local trace inspection
  • document telemetry configuration and local traces

Testing

  • cargo build
  • just docs-build

Signed-off-by: Luca Muscariello <muscariello@ieee.org>
@muscariello muscariello requested a review from a team as a code owner March 12, 2026 15:30
@muscariello muscariello linked an issue Mar 12, 2026 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Mar 12, 2026

Codecov Report

❌ Patch coverage is 71.48760% with 138 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
crates/shadictl/src/main.rs 74.43% 79 Missing ⚠️
crates/shadi_telemetry/src/lib.rs 61.84% 58 Missing ⚠️
crates/shadi_sandbox/src/lib.rs 95.65% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
@muscariello muscariello force-pushed the 8-core-otel-instrumentation branch from 563dddb to 6f6d7d2 Compare March 13, 2026 08:50
@muscariello muscariello requested a review from msardara March 13, 2026 08:54
Copy link
Member

@msardara msardara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ✅

@muscariello muscariello merged commit f2015c1 into main Mar 13, 2026
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Core OTel instrumentation

2 participants