Caleb Schoepp

Results 52 issues of Caleb Schoepp

It would be handy if the port could be defined via flag in addition to the `ATMO_HTTP_PORT` env variable. When I was deploying an application I wrote with Atmo to...

enhancement
good first issue

When `as` is used to alias the output of the last step for a resource, Atmo returns nothing. For example the following returns nothing: ```yaml handlers: - type: request resource:...

documentation

`cargo component` passes through certain commands like `build` to be run by `cargo`. The blurb at the bottom of `--help` explains this. ``` Unrecognized subcommands will be passed to cargo...

good first issue

#2348 introduced basic observability support to Spin via the OpenTelemetry standard. It had only basic support for the [tracing signal](https://opentelemetry.io/docs/concepts/signals/) and so the logical next step was to extend the...

[Observability](https://opentelemetry.io/docs/concepts/observability-primer/#what-is-observability) is critical for a great developer experience. We should work to improve the observability of Spin, but that is a very vague statement. What exactly are we improving the...

Once #2348 lands we should exhaustively trace the Spin codebase. By exhaustively I don't mean every function — I mean the important bits of every trigger flow, host component, etc.

enhancement

Once #2348 lands it would be nice to support eh gRPC protocol.

enhancement

In order to get proper spans for any wasi outbound host components we need to upstream some tracing into Wasmtime. This is dependent on #2348 landing first.

enhancement

Once #2348 lands we should allow users to configure trace context propagation

enhancement