Package com.itrsgroup.collection.instr
Class InstrumentationUtils
java.lang.Object
com.itrsgroup.collection.instr.InstrumentationUtils
Instrumentation utils.
-
Method Summary
-
Method Details
-
isBlank
- Parameters:
s- string- Returns:
- whether the string is null or all white space
-
otelToEnv
Convert otel-style attribute to an env variable, e.g. "some.key" to "SOME_KEY".- Parameters:
s- otel-style string- Returns:
- env-style string
-