Skip to content

Commit d6d0a67

Browse files
committed
Release notes changes related to Tomcat metrics updates
1 parent 2af0e23 commit d6d0a67

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
## Unreleased
44

5+
### Migration notes
6+
- Tomcat metric `http.server.tomcat.errorCount` --> `tomcat.error.count`
7+
- attribute: `name` --> `tomcat.request.processor.name`
8+
- type: Gauge --> Counter
9+
- Tomcat metric `http.server.tomcat.requestCount` --> `tomcat.request.count`
10+
- attribute: `name` --> `tomcat.request.processor.name`
11+
- type: Gauge --> Counter
12+
- Tomcat metric `http.server.tomcat.maxTime` --> `tomcat.request.duration.max`
13+
- attribute: `name` --> `tomcat.request.processor.name`
14+
- unit: `ms` --> `s`
15+
- Tomcat metric `http.server.tomcat.processingTime` --> `tomcat.request.duration.sum`
16+
- attribute: `name` --> `tomcat.request.processor.name`
17+
- unit: `ms` --> `s`
18+
- Tomcat metric `http.server.tomcat.traffic` --> `tomcat.network.io`
19+
- attribute: `name` --> `tomcat.request.processor.name`, `direction` --> `network.io.direction`
20+
- Tomcat metric `http.server.tomcat.sessions.activeSessions` --> `tomcat.session.active.count`
21+
- attribute: `context` --> `tomcat.context`
22+
- Tomcat metric `http.server.tomcat.threads` split into two metrics: `tomcat.thread.count` and `tomcat.thread.busy.count`
23+
- attribute: `name` --> `tomcat.thread.pool.name`, `state` removed
24+
25+
### 📈 Enhancements
26+
27+
- Added new Tomcat metrics: `tomcat.session.active.limit`, `tomcat.thread.limit`
28+
([#13650](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13650))
29+
30+
531
## Version 2.16.0 (2025-05-15)
632

733
### ⚠️⚠️ Breaking changes ⚠️⚠️
@@ -11,7 +37,6 @@
1137
- Remove deprecated property for disabling kafka metrics
1238
([#13803](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13803))
1339

14-
1540
### 🌟 New javaagent instrumentation
1641

1742
- Add Avaje Jex Instrumentation

0 commit comments

Comments
 (0)