Marcin Kielar

Results 32 comments of Marcin Kielar

> This can be achieved by creating a new Route on the VirtualRouter... @karanvasnani I know it can. We can provision as many Virtual Services / Routes for SVC B...

This needs to be added to Virtual Nodes as well. We have a use case where we deploy NLB => VirtualNode (with Envoy and Nginx) instead of VirtualGateway, to make...

Several of my projects use Virtual Routers and Weighted Routes to implement Canary. So far we're implementing everything from scratch using Python / Boto3. It would be nice to be...

Oh boy, so much time passed, and this is still not adressed in any way? I just tried using the latest-greatest `public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.247349.0b251399` today, setting the userid in my ECS Container...

For anyone still waiting for official cloudwatch image that works with AppMesh/Envoy: Consider migrating to AWS OpenTellemetry Collector Sidecar. Here's an example configuration: https://github.com/aws/aws-app-mesh-examples/blob/main/walkthroughs/howto-metrics-extension-ecs/README.md#optional-filtering-metrics-with-the-aws-distro-for-opentelemetry The additional advantage is you can...

Hi @suniltheta, > 1. Is xray integration enabled in svc-b's envoy sidecar ? Yes, it is. As a matter of fact, I tested this with following configurations: - `EC2 (no...

OK, I think I can actually present a screenshot. This one shows a trace for `svc-b` (being an ECS Fargate Services running a pure Nginx, with Envoy Sidecar integrated with...

So, If I understand you correctly, it's the Envoy internal implementation that prevents any traceing plugin from enriching the response, correct? In that case do you suggest I'd rather report...

@suniltheta Thanks for explanation, and further research. I have reported this for Envoy to review, hopefully they'll find my argumentation convincing. That said, I'm not sure what to do with...

Any progress on this? I'm experiencing it with [consolez](https://github.com/cbucher/console), and as a workaround just stopped managing consolez install via chocolatey, but I guess "stop using the tool" is not really...