prometheus / procfs

procfs provides functions to retrieve system, kernel and process metrics from the pseudo-filesystem proc.
Apache License 2.0
769 stars 317 forks source link

bugfix: `s/TrimRight/TrimSuffix` for certain cases #618

Closed rexagod closed 4 months ago

rexagod commented 6 months ago

Use TrimSuffix instead of TrimRight in cases where an exact suffix string needs to be removed, not all occurrences of all characters in a specified cutset.

Fixes: #507

rexagod commented 4 months ago

Is this good to go in now? I'm not sure if anything is needed here from my end, but if so, PLMK, thanks!