Skip to content

Commit

Permalink
feat(*): Implement the skeleton of an OTEL observability system
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Schoepp <caleb.schoepp@fermyon.com>
  • Loading branch information
calebschoepp committed Mar 11, 2024
1 parent f196da6 commit 2e34a38
Show file tree
Hide file tree
Showing 12 changed files with 616 additions and 39 deletions.
235 changes: 235 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ spin-locked-app = { path = "crates/locked-app" }
spin-manifest = { path = "crates/manifest" }
spin-oci = { path = "crates/oci" }
spin-plugins = { path = "crates/plugins" }
spin-telemetry = { path = "crates/telemetry" }
spin-templates = { path = "crates/templates" }
spin-trigger = { path = "crates/trigger" }
spin-trigger-http = { path = "crates/trigger-http" }
Expand Down
1 change: 1 addition & 0 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ cap-std = "2.0.0"
cap-primitives = "2.0.0"
tokio = "1.0"
bytes = "1.0"
spin-telemetry = { path = "../telemetry" }

[target.'cfg(unix)'.dependencies]
rustix = "0.37.19"
Expand Down
Loading

0 comments on commit 2e34a38

Please sign in to comment.