Marcin Skalski
Marcin Skalski
> I would like to start removing support for xDS v2 altogether, do you think it would be possible to coordinate that effort with adding support for xDS incremental? i.e....
> > > I would like to start removing support for xDS v2 altogether, do you think it would be possible to coordinate that effort with adding support for xDS...
> This PR is 1 year old 🎂 🥳 Nice @slonka, and congratulations on such a big and long PR since it is still your pull request :) We are...
I have checked it and it breaks xDS protocol. It is mostly problematic for services with `*` in dependencies. When we have `*` in dependencies we try to extract snapshot...
> Unfortunately we haven't gotten to that yet. We would like to test this as part of the Kuma update to version 2.0. But that won't happen until the new...
> > 1. What about a service that has different tags in different zone/node? > > I think for loadBalancing inside a zone missing tags are just ignored > >...
@lahabana what kind of examples would you like to see? From the API point of view or the use cases? Maybe this does not fit exactly info MHR. But maybe...
We can add debug exporter example: ``` metrics: exporters: - datadog - debug ``` This will log all collected metrics, so we could find metrics on which datadog exporter fails,...
I see that I forgot about rest of the debug exporter config. @bcollard can you run this again with this config: ``` mode: deployment config: exporters: debug: verbosity: detailed datadog:...
Logs look fine, but we could also verify if this is only datadog collector issue by pushing metrics to some other saas product like grafana and check if this issue...