|
46 | 46 | - `aws.queue.url` (SQS) → `aws.sqs.queue.url` |
47 | 47 | - `aws.stream.name` (Kinesis) → `aws.kinesis.stream_name` |
48 | 48 | - `aws.table.name` (DynamoDB) → `aws.dynamodb.table_names` |
49 | | -- Finatra controller spans now disabled by default |
| 49 | +- Finatra controller spans now disabled by default to match other controller spans |
50 | 50 | ([#15118](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15118)) |
51 | 51 | - Netty HTTP request wrapper class renamed from HttpRequestAndChannel to NettyRequest |
52 | 52 | ([#15247](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15247)) |
| 53 | +- JSP compile spans now disabled by default to match other view spans |
| 54 | + ([#15261](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15261)) |
53 | 55 |
|
54 | 56 | ### 🚫 Deprecations |
55 | 57 |
|
|
60 | 62 | - DbClientCommonAttributesGetter deprecated in favor of DbClientAttributesGetter |
61 | 63 | ([#15139](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15139)) |
62 | 64 |
|
| 65 | +### 🌟 New javaagent instrumentation |
| 66 | + |
| 67 | +- Add JFinal instrumentation |
| 68 | + ([#15216](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15216)) |
| 69 | + |
63 | 70 | ### 📈 Enhancements |
64 | 71 |
|
65 | 72 | - Avoid Unsafe usage on Java 23+ |
|
83 | 90 | [#15311](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15311)) |
84 | 91 | - Added span status customizer to incubating InstrumenterCustomizer API |
85 | 92 | ([#15288](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15288)) |
| 93 | +- Added configuration options for sqlcommenter |
| 94 | + ([#15169](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15169)) |
| 95 | +- GraphQL instrumentation now records data fetcher errors |
| 96 | + ([#15289](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15289)) |
86 | 97 |
|
87 | 98 | ### 🛠️ Bug fixes |
88 | 99 |
|
|
0 commit comments