Erik Osterman (CEO @ Cloud Posse)
Erik Osterman (CEO @ Cloud Posse)
@aknysh I do not think he is asking for more features. I think what he is implying is that he has more than 84 metrics returned by an endpoint but...
Aha, the "Max 40kb request size" seems like a good place to start. @ashish235 if you are able to submit a PR, we'll promptly review it. Thanks!
@ashish235 well, at least we've identified the problem. looks like large payloads need to be split up and batched into smaller requests. --- we do offer commercial support on all...
@aknysh is currently on vacation. If @hlascelles has a fix and the time to contribute the PR, we'll promptly review as soon as Andriy is back.
Please start with a problem statement
Seems reasonable
@nitrocode maybe this is a good feature to prototype with atmos custom CLI commands? https://github.com/cloudposse/atmos/pull/168 I don't think we can implement this in atmos core because it assumes (a) using...
Maybe this relates to @Gowiem's request: https://github.com/cloudposse/atmos/issues/178
Thanks for the feedback - we'll discuss on our next ARB call when I'm back from vacation.
Dots in keys is very common for Kubernetes annotations. We use them all over the place. E.g. Kiam, external dns, cert-manager, nginx-ingress elb settings, etc. annotations are passed in the...