You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/announcing-spin-3-6.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The [`opentelemetry-wasi`](https://github.com/calebschoepp/opentelemetry-wasi) c
49
49
50
50
> The plan is to move this crate under the Bytecode Alliance, but for now you can pull it from its current home.
51
51
52
-
Let's build a minimal Rust Spin appplication to demo the tracing capabilities. The application will use the idiomatic [`tracing`](https://docs.rs/tracing/latest/tracing/) crate backed by OpenTelemetry. First scaffold a new application:
52
+
Let's build a minimal Rust Spin application to demo the tracing capabilities. The application will use the idiomatic [`tracing`](https://docs.rs/tracing/latest/tracing/) crate backed by OpenTelemetry. First scaffold a new application:
53
53
54
54
```bash
55
55
spin new wasi-otel-demo -t http-rust --accept-defaults
0 commit comments