Class IncludeExcludeBuilder
java.lang.Object
io.opentelemetry.instrumentation.api.config.IncludeExcludeBuilder
A builder for
IncludeExclude.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Returns a new immutableIncludeExclude.setExcluded(String... excluded) Replaces the excluded patterns.setExcluded(Collection<String> excluded) Replaces the excluded patterns.setIncluded(String... included) Replaces the included patterns.setIncluded(Collection<String> included) Replaces the included patterns.
-
Method Details
-
setIncluded
Replaces the included patterns. -
setIncluded
Replaces the included patterns. -
setExcluded
Replaces the excluded patterns. -
setExcluded
Replaces the excluded patterns. -
build
Returns a new immutableIncludeExclude.
-