Robin H. Johnson

Results 87 issues of Robin H. Johnson

**What happened**: Custom metrics for resources where group is empty, e.g. `Node` resource do not work. This was a regression between v2.8.2 and v2.9.0 **What you expected to happen**: Custom...

kind/bug
needs-triage

For any connections initiated by the engine (dockerd), they are presently made with the proxy configuration from the environment of the engine, from the time that the engine was started....

area/distribution
kind/enhancement

**Please describe your feature request.** TL;DR: Please add a `yq --sort-keys` option, like `jq --sort-keys`. `jq` has a `--sort-keys` option, that sorts the keys in the output consistently. I use...

enhancement
v4

Expose what component devices are part of a MD raid device, as well as the most common flags per-component. This will enable a future node_exporter metric showing which component of...

Right now --data for `rest put` expects the entire JSON to be provided. For ease of tooling, it would be very nice to support data via file. AWSCLI has precedent...

- Add `--smartctl.fake-data-path` to load data from other locations - Cleanup documentation for fake data Closes: https://github.com/prometheus-community/smartctl_exporter/issues/245

## Hey, I just made a Pull Request! Grafana's Search API endpoint applies a default of limit of 1000 results - cutting off any dashboards past that point. Apply a...

Snapshots are generated with a title of `Unnamed snapshot` I suggest a default of `{{.title}}`, with an option to customize the title, which would be esp. useful for use in...

keybase-user: robbat2 log-id: 29b76c3b9bb947b1ed62671c ``` $ keybase login robbat2 ▶ ERROR during GPG provisioning. We were able to generate a PGP signature with gpg client, but it was rejected by...

Introduces new series `vmalert_recording_rules_last_evaluation_series_fetched` to find expensive recording rules. Alert evaluation metrics have `vmalert_alerting_rules_last_evaluation_series_fetched`, but there is no matching metric for recording rules. Signed-off-by: Robin H. Johnson