client_golang icon indicating copy to clipboard operation
client_golang copied to clipboard

Metric help text validation causes issues with multiple versions

Open johnharris85 opened this issue 5 months ago • 0 comments

There was a change back in August 2024 that added a (seemingly innocent) period to some help text.

Unfortunately with the strict help text match checking that happens in the client that makes interoperability between different golang applications utilizing different versions of the client problematic (as the validation fails).

I'm not close enough to know why validation of the help text is necessary, but are you open to a PR to either remove it or have an option to disable strict checking?

johnharris85 avatar Jun 11 '25 00:06 johnharris85