Alexander Trost
Alexander Trost
@adidiborg Just a thought I had just now, I'm not sure if `storage_pdisk_storage_encryption` is a good name for the Prometheus metrics naming, how about changing it to `storage_pdisk_storage_encrypted`? That it...
@adidiborg It is important to have a test case for this new metrics. You can create a copy of the test case with `omreport` command output that contains the field(s)...
@adidiborg Hi, any update on this PR? I can take over if you don't have the time to work on this anymore.
@hbjydev Would you be able to add the documentation for the new metrics states?
I think some people might find it useful, though I don't have a repository server to host it. Would it "suffice" to have the RPM package pushed as an artifact...
> If you want, you can have a look at what I did and tell if that may be merged at some point. A PR of the current state sounds...
@YPatois No worries, thanks for working on this! > But was the cp to bin intentional or a bug? Should be a bug. Feel free to throw all your changes...
@roidelapluie I can look into making it into a vararg function to be able to sort by multiple labels. Is there an existing function that already accepts a list of...
@roidelapluie The `sort_by_label` and `sort_by_label_desc` functions now accept a list of labels and is sorting the vector accordingly (see `functions.tests`).
@travisn We could go back to the previous "is this the latest release branch" and change the `sort` command. ``` # This was the code in the `build/release/Makefile` before the...