Dan Chiarlone

Results 16 issues of Dan Chiarlone

This was referenced here: https://github.com/fermyon/spin/pull/482, and should be done after the PR is merged. Here's a compilation of relevant comments: > @itowlson >>It would be super useful to have an...

closes #370 Using Jaeger's all-in-one (https://www.bing.com/search?q=jaeger+docker+all+in+one&cvid=5e0ed8b69a484dff9f5c0e9fa90e3ee6&aqs=edge.0.0j69i57j0j69i64j69i11004.2894j0j9&FORM=ANAB01&PC=U531), you can `make quick-telemetry-testrun`, and view the telemetry at `http://localhost:16686/`. ![image](https://user-images.githubusercontent.com/39843321/231594474-859f115b-5b8e-49f0-944e-a8df835fcbb6.png) PS I'm currently working on proper span parenting.

✨ feature

**Describe the solution you'd like** ~see title. **Additional context** n/a

✨ feature

**Describe the solution you'd like** Using OpenTelemetry, we should instrument `slight` (i.e., add spans) to capability provider function calls to help us diagnose bottlenecks, and easily benchmark our implementations. We...

✨ feature
📐 proposal

We don't have an interface that allows observability like Dapr does, but we definitely need one. This task will involve the design of an interface, the implementation of a host...

📐 proposal
🚧 maintainer issue

**Describe the solution you'd like** see title **Additional context** n/a

💫 refactor

1️⃣ good first issue
🧪 tests

**Describe the solution you'd like** The event type should be the following: ``` record event { specversion: string, ty: string, source: string, id: string, data: option, datacontenttype: option, dataschema: option,...

✨ feature

**Describe the solution you'd like** I've setup the pipelines to install Redis on Windows. We should be setup to to run the integration tests there. **Additional context** n/a

🧪 tests