Shao-Fu Chen
Shao-Fu Chen
- `std::boxed::Box` do implement `std::borrow::Borrow` - `bincode::ErrorKind` do implement `std::error::Error` This would fail to compile: ```rust let a: &dyn std::error::Error = std::borrow::Borrow::borrow(&e); ``` ``` 39 | let a: &dyn std::error::Error...
This is the most possible solution I could find... I don't know if this can be generated by macro. ```rust let a: &dyn std::error::Error = std::borrow::Borrow::borrow(&*e); ``` I am sorry...
The pod spec of the Prometheus instance ```yaml apiVersion: v1 kind: Pod metadata: annotations: kubectl.kubernetes.io/default-container: prometheus generateName: prometheus-k8s- labels: app.kubernetes.io/component: prometheus app.kubernetes.io/instance: k8s app.kubernetes.io/managed-by: prometheus-operator app.kubernetes.io/name: prometheus app.kubernetes.io/part-of: kube-prometheus app.kubernetes.io/version:...
I found that the stuck prometheus finally be caught by conmon in the last night. `time="2024-03-29 17:32:41.616478684+08:00" level=info msg="Removed container 03d1a6981d1eaa40c200f4555cd41f66e2567fc7bd7573dc979af67e22ce3bc6: monitoring/prometheus-k8s-0/prometheus" id=648d7266-9fdd-4961-8f04-71e47ebd791f name=/runtime.v1.RuntimeService/RemoveContainer` And the strace I left running...
The underlying storage of Prometheus is NFS, which can lead to "D" (uninterruptible sleep) if there are network issues. However, in this event, the process state was in "Z" (zombie...
How is the status of this MR?
I have using my own Ansible playbook to automate the deploying and upgrading process of OpenSearch, the demo configuration is meaningless for me. And I have to add a task...
I love the modular design of this repository and integration between other Rust Crypto crates. I would love to help to working on this repository.