Class MethodsConfigurationParser
java.lang.Object
io.opentelemetry.javaagent.tooling.config.MethodsConfigurationParser
-
Method Summary
Modifier and TypeMethodDescriptionThis method takes a string in a form of"io.package.ClassName[method1,method2];my.example[someMethodName];"and returns a map where keys are class names and corresponding value is a set of methods for that class.
-
Method Details
-
parse
This method takes a string in a form of"io.package.ClassName[method1,method2];my.example[someMethodName];"and returns a map where keys are class names and corresponding value is a set of methods for that class.Strings of such format are used e.g. to configure
TraceConfigInstrumentation
-