Skip to content

Commit

Permalink
Polish "Add config property for Spring Integration component observat…
Browse files Browse the repository at this point in the history
…ion"

See gh-33099
  • Loading branch information
wilkinsona committed Nov 14, 2022
1 parent b87d5c7 commit 31f5e76
Showing 1 changed file with 6 additions and 3 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2021 the original author or authors.
* Copyright 2012-2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -417,8 +417,11 @@ public static class Management {
private boolean defaultLoggingEnabled = true;

/**
* Comma-separated simple patterns to match integration components for observation
* instrumentation.
* Comma-separated list of simple patterns to match against the names of Spring
* Integration components. When matched, observation instrumentation will be
* performed for the component. Please refer to the javadoc of the smartMatch
* method of Spring Integration's PatternMatchUtils for details of the pattern
* syntax.
*/
private List<String> observationPatterns = new ArrayList<>();

Expand Down

0 comments on commit 31f5e76

Please sign in to comment.