Skip to content

Commit 2ee6ed9

Browse files
committed
more
1 parent c1eb591 commit 2ee6ed9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,12 @@
4646
- `aws.queue.url` (SQS) → `aws.sqs.queue.url`
4747
- `aws.stream.name` (Kinesis) → `aws.kinesis.stream_name`
4848
- `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
5050
([#15118](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15118))
5151
- Netty HTTP request wrapper class renamed from HttpRequestAndChannel to NettyRequest
5252
([#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))
5355

5456
### 🚫 Deprecations
5557

@@ -60,6 +62,11 @@
6062
- DbClientCommonAttributesGetter deprecated in favor of DbClientAttributesGetter
6163
([#15139](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15139))
6264

65+
### 🌟 New javaagent instrumentation
66+
67+
- Add JFinal instrumentation
68+
([#15216](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15216))
69+
6370
### 📈 Enhancements
6471

6572
- Avoid Unsafe usage on Java 23+
@@ -83,6 +90,10 @@
8390
[#15311](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15311))
8491
- Added span status customizer to incubating InstrumenterCustomizer API
8592
([#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))
8697

8798
### 🛠️ Bug fixes
8899

0 commit comments

Comments
 (0)