Artur Souza

Results 337 comments of Artur Souza

I wonder if the same can be accomplished via a tracing dashboard UI, like Prometheus + Graphana. The topology can only be accomplished with tracing data, which (IMO) is a...

This issue happens when we run samples (and potentially applications) that needs to invoke the sidecar right away but the sidecar is not available. So, this utility method (which can...

This issue partially solves the problem but does not have a built in loop to actually wait for the sidecar to be up: https://github.com/dapr/dotnet-sdk/issues/640

> I tried calling the http://127.0.0.1:3500/v1.0/healthz sidecar endpoint from the app and get a 500. The sidecar is waiting on the app which is waiting on the sidecar ... seems...

@amulyavarote @halspang Please, consider ramifications of this change to the runtime as well. We might need to agree on a metadata/header to propagate the error message. In addition, consider truncating...

We should not return stack trace. We should return more info about the error not the trace. If possible, I would include line number and file name too.

We should eventually move this to contrib. Keeping it here for context within the rest of the workflow issues.

This is the part where it was not obvious. Does it mean an app with multiple components can also be represented as a component with multiple workloads? Get Outlook for...

My initial understanding of 1 component to 1 workload was correct, then. So, the workload name is what is being used to differentiate two references of the same component in...