Andy Bursavich

Results 11 issues of Andy Bursavich

I'm adding Prometheus metrics for logging and I would like to be able to track the encoded length of entries. For example: ``` # HELP log_entries_total Total number of log...

I ran into a server this morning that was being extra-super-duper explicit and specifying `server_max_window_bits=15`, so I started digging into the RFC and the negotiation code... These are the changes...

It would be very helpful if images were tagged with their version. Currently, `latest` is the only tag.

This is very premature as it requires go 1.16, which is currently in beta. I'm opening this PR to get an idea if it (or something similar) might be welcome...

Immutable ConfigMaps and Secrets are beta in k8s v1.19. It might make sense to add this to the [ConfigMapTemplate](https://github.com/machinezone/configmapsecrets/blob/master/docs/api.md#configmaptemplate). See: https://kubernetes.io/docs/concepts/configuration/secret/#secret-immutable However, the expected behavior is unclear. Should the generated...

enhancement

SELECT returns an empty object when a field is missing because extractAttributeFromDict defaults the subtree to an empty dict instead of None. https://github.com/machinezone/cobra/blob/8c9d8b6d3da7264dcc70bd25e430306e5f4a1640/cobras/common/algorithm.py#L22-L26

The example provided was chosen to make it clear how to use the package, but it's a bit misleading because keep-alive connections will prevent the cache from being used (there's...

enhancement

Fixes #668. Pods from a deployment will have long names like: 1. foobar-59c8d74c75-9gv24 2. foobar-59c8d74c75-dhfbj 3. foobar-59c8d74c75-kggvk 4. foobar-59c8d74c75-nd8jm 5. foobar-59c8d74c75-nqctr 6. foobar-59c8d74c75-pxlnd 7. foobar-59c8d74c75-rnxk7 8. foobar-59c8d74c75-rpj7q 9. foobar-59c8d74c75-vl6n6 10....

cncf-cla: yes
size/L
needs-triage
needs-ok-to-test