Fabian Knaack

Results 6 comments of Fabian Knaack

Have you tried the dump option with the parameter `-c 0`?

Got a similar error of the node_exporter deployment. The kube-rbac-proxy get "context deadline exceeded". After the pod gets restarted, it works again.

So when using `kube-prometheus` the `node_exporter` deployment is defining a sidecar with a `kube-rbac-proxy` container. However, it looks like my error is releated to [node_exporter#2500](https://github.com/prometheus/node_exporter/issues/2500#issuecomment-1290399604) > It looks like a...

> No difference with GOMAXPROCS = 1 > > Seems to have only started since we moved from ECS to EKS. > > And if I delete a node and...

Follow up question: within the Elasticsearch "watcher" context a user can set the `_id` on his own (nevertheless it needs to be unqiue). This allows easy management of destinations/monitors via...

> Adding two new API to export and import monitors. `/_plugins/_alerting/monitors/export` `/_plugins/_alerting/monitorsimport` Is this functionality already working? If so, where can I find the documentation?