Naresh Kumar Amrutham
Naresh Kumar Amrutham
I have a view to accept http POST and authentication is done using basic authentication and in this case action_user_id is NULL.
**What this PR does / why we need it**: This PR fixes a typo in the documentation - `ready` should be replaced with`active`. **How does this change affect the cardinality...
Using kube-ps1 on my Linux machine with zsh and found that `zstat` doesn't output nanoseconds leading to error `_kube_ps1_file_newer_than:16: division by zero` ``` zstat +mtime -F %s.%N ~/kube/config 1658797744.%N ```...
**What would you like to be added**: The ability to include custom labels such as `node.k8s.io/pool` in `kube_node_*` metrics. **Why is this needed**: This enhancement would enable tracking nodes as...
This change introduces a new configuration option `enable_auto_commit` to control Kafka message commit behavior. When disabled (default), messages are committed only after successful processing, providing better control over message processing...