Maxim Ivanov
Maxim Ivanov
@srebhan , friendly ping about this suggestion.
Sounds good to me. Do you want `always_include_local_tags` to be a common option for every input plugin or something on the agent level?
I prefer agent level global option, less typing
isn't IO wait time is what you want to see? That is time app is blocked waiting on io (at least it was the case for file IO), but CPU...
One thing which confuses me still is `fieldpass`/`fielddrop`. Rest of "*pass/*drop" parameters accept/reject measurement without modifying metric as a whole, so they trully filter which measurements go through. `fieldpass`/`fielddrop` on...
Good! BTW, you might be interested in similar work which is about to be submitted to Google Summer of Code 2014: https://github.com/ldionne/mpl11
It was fun, time to close and let this repo RIP without any open issues left :)
~~`UNION ALL LIMIT 1 ` variant doesn't unnecessary overwrite row just to return it and can be made to work by checking returned row on the Go side: If returned...
This is a behaviour change which needs to be prominently mentioned in release notes and docs. Previously it was possible to use this operation to create distributed lock/ leader election...
> Maybe this is out of the purview of ingress? Yes, K8S in general dealt with it by controlling access to EndpointSlices with RBAC: https://github.com/kubernetes/kubernetes/issues/103675