Andrew Steurer
Andrew Steurer
Hi folks, It would be helpful to have the `allowed_outbound_hosts` in the `spin.toml` file have some flexibility like this: `"https://*.s3.*.amazonaws.com"`. It looks like Spin doesn't currently support this kind of...
Received the below error when running `spin up`. I incorrectly capitalized the variables in my spin.toml file, and this caused some delays when the app succeeded after `spin build`, but...
Per @calebschoepp, this still needs a SKIP, and possibly some peripheral design work. Submitting the PR to start a those conversations
Although we have the ability to make HTTP calls to the Azure service endpoints, it would be much easier to be able to import the various SDKs directly.
Although we have the ability to make HTTP calls to the AWS service endpoints, it would be much easier to be able to import the various SDKs directly.
# Overview This is an implementation of [WASI OTel](https://github.com/calebschoepp/wasi-otel) which gives guest applications the ability to export traces and metrics (and eventually logs) with [OpenTelemetry SDKs](https://github.com/calebschoepp/opentelemetry-wasi). We see two options...
# Overview This is a feature that enables the collection and emission of CPU and memory usage for each component. Closes #2933 ## Notes about the collected metrics This measures...