Will Barnwell

Results 10 comments of Will Barnwell

As @julienym mentioned above, recursively alphabetizing the keys in your yaml files will greatly reduce or eliminate this kind of diff noise as rancher seems to reliably return manifests with...

> Sorry for the very late action on this. Fix will be released in v0.20.0. No problem, thank you for the fix!

Thank your for the explanation! Based on my understanding then, we should see many fewer issues such as these if we do not try to use ottl to modify resource...

Thank you! We moved all our `resource.attributes` setters back to filelog operators and that appears to be working as expected. Maybe there should be some warnings about modifying `resource.attributes` from...

👋 I work with @paulojmdias and though I have less experience with this stack, I think can answer some of the questions. I have tried in my message to be...

Your understanding of our regions is correct :) > The data deduplication in promxy is done based on the labels associated with a timeseries. At its simplest form a series...

Okay, to see if promxy was actually choosing `max()` across the server groups or just choosing the first server group I chose a different label and value pair that would...

Working on doing this in the test set now, might take me some time though

> it is most likely a scenario where promxy is getting multiple series with the same labels in response I believe this is the case, a simple aggregation like `count()`...

I totally agree with your summary of what is happening. We may be able to test splitting up our promxy config like that and if we do we will get...