File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 4242 ([ #8095 ] ( https://github.com/open-telemetry/opentelemetry-java/pull/8095 ) )
4343* Remove deprecated ` otel.experimental.metrics.cardinality.limit ` property
4444 ([ #8124 ] ( https://github.com/open-telemetry/opentelemetry-java/pull/8124 ) )
45+ * ** BREAKING** bug fix: ` GlobUtil ` and ` IncludePatternMatching ` , used in views and declarative
46+ config matching, previously were inconsistent in case sensitivity. If a glob char (* or ?) was
47+ present, it was evaluated with case sensitivity. If no glob chars were present, it was evaluated
48+ with case insensitivity. Now, all are consistently evaluated with case sensitivity.
49+ ([ #8152 ] ( https://github.com/open-telemetry/opentelemetry-java/pull/8152 ) )
4550
4651#### Logs
4752
You can’t perform that action at this time.
0 commit comments