inspectit-ocelot
inspectit-ocelot copied to clipboard
[Bug] - Fix autocompletion for inspectit.tracing.use-64-bit-trace-ids
Describe the bug Currently the autocompleter does not recognize the property inspectit.tracing.use-64-bit-trace-ids even though it is there.
Valid
At the moment the auto-completion returns the property name use64-bit-trace-ids.
The agent accepts both use-64-bit-trace-ids and use64-bit-trace-ids.
However, to comply to naming conventions, the auto-completion should return use-64-bit-trace-ids.
Actually, the com.google.common.base.CaseFormat does not treat digits as word boundaries, thus it always returns use64-bit-trace-ids.
I believe it's simpler to just change the property name to the output of guava.