File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
9196 ([ #8075 ] ( https://github.com/open-telemetry/opentelemetry-java/pull/8075 ) )
9297* Declarative config: Remove unchecked warning
9398 ([ #8090 ] ( https://github.com/open-telemetry/opentelemetry-java/pull/8090 ) )
94- * ** BREAKING** Declarative config: update matching to be consistently case sensitive
95- ([ #8152 ] ( https://github.com/open-telemetry/opentelemetry-java/pull/8152 ) )
9699
97100### Project tooling
98101
You can’t perform that action at this time.
0 commit comments