Robin H. Johnson
Robin H. Johnson
@mrueg the text says `See [Custom Resource State Metrics](https://github.com/kubernetes/kube-state-metrics/blob/main/docs/metrics/extend/customresourcestate-metrics.md) for experimental support for custom resources.` These are core resources, and therefore not included in that definition. If there's a better...
@NiKiZe i'm not sure the best place for this; but you should change the download behavior slightly to reduce the problem and increase security. Specifically: 1. Download `sha512sum.txt` or other...
That surprises me the keys are your weak point; this is a ~100KiB download, cachable, and provides a clean validation chain, starting at the L1 key, down to the releng...
Your code is also NOT actually checking that the checksum is *inside* the GPG-signed block - to it's vulnerable to padding attacks too
``` curl -sq --remote-name-all --parallel-immediate --parallel \ https://qa-reports.gentoo.org/output/service-keys.gpg \ https://distfiles.gentoo.org/snapshots/squashfs/sha512sum.txt || bash gpg --import service-keys.gpg || bash # Validate sha512sum, starting with Gentoo L1 signing key gpg \ --trustdb-name tmp-trustdb...
:wave: Hi @brian-brazil As the author of the `node_exporter` change for the kernel timex flags, and proposed the bitwise operators, I have some questions to help guide the PRs that...
How do you want to customize it? Also ensure you are running the latest version that fixes those metrics for NVME.
Ran into this as well recently: There is a `dashboardsByTag` function that searches by tag, but that is not directly compatible with the query evaluator. One caveat is the upstream...
My fix is in https://github.com/backstage/community-plugins/pull/3909 - needs approvals
Grafana 10.4.19 [also commented in the PR]