Releases: solarwinds/apm-java
Releases · solarwinds/apm-java
v0.16.1-alpha
CHANGE LOG
WHAT'S NEW ⭐
- Support collector setting in configuration file
- Ignore empty or null transaction name.
v0.16.0
CHANGE LOG
WHAT'S NEW ⭐
- remove
PreparedStatement
instrumentation - SDK API now returns
true
when in No-op - Upgrade to OTel agent 1.26.0
v0.15.6-alpha.1
- remove
PreparedStatement
instrumentation
v0.15.5
CHANGE LOG
WHAT'S NEW ⭐
- report AWS and Azure VM metadata for Service and Host correlation
- change custom components' name from
appoptics
tosolarwinds
BUG FIXES 🐞
- fix nondeterministic request timeout to collector
v0.15.4
CHANGE LOG
WHAT'S NEW ⭐
- Upgrade to OTel agent
1.25.0
BUG FIXES 🐞
X-Trace-Options
not being added to root span- Application hanging when custom sampler is attached
- Inadvertent database password exposure. Fix via upgrade to
1.25.0
v0.15.4-alpha.2
CHANGE LOG
WHAT'S NEW ⭐
- Upgrade to OTel agent
1.25.0
BUG FIXES 🐞
X-Trace-Options
not being added to root span- Application hanging when custom sampler is attached
- Inadvertent database password exposure. Fix via upgrade to
1.25.0
v0.15.4-alpha.1
CHANGE LOG
WHAT'S NEW ⭐
- Upgrade to OTel agent
1.25.0
BUG FIXES 🐞
X-Trace-Options
not being added to root span- Application hanging when custom sampler is attached
- Inadvertent database password exposure. Fix via upgrade to
1.25.0
v0.15.4-alpha
CHANGE LOG
WHAT'S NEW ⭐
- Upgrade to OTel agent
1.25.0
BUG FIXES 🐞
X-Trace-Options
not being added to root span- Application hanging when custom sampler is attached
- Inadvertent database password exposure. Fix via upgrade to
1.25.0
v0.15.3
CHANGE LOG
WHAT'S NEW ⭐
- upgrade bundled OTEL agent to
1.24.0
- transaction filtering using
full url
andspan layer
- Example setting
{ "agent.transactionSettings": [ { "regex": "CLIENT:GET", "tracing": "disabled" }, { "regex": "INTERNAL:Task\\.run", "tracing": "disabled" }, { "regex": "http://localhost.*", "tracing": "disabled" } ] }
- Example setting
BUG FIXES 🐞
- fix unending trace
v0.15.3-alpha.2
CHANGE LOG
WHAT'S NEW ⭐
- upgrade bundled OTEL agent to
1.24.0
- transaction filtering using
full url
andspan layer
- Example setting
{ "agent.transactionSettings": [ { "regex": "CLIENT:GET", "tracing": "disabled" }, { "regex": "INTERNAL:Task\\.run", "tracing": "disabled" }, { "regex": "http://localhost.*", "tracing": "disabled" } ] }
- Example setting
BUG FIXES 🐞
- fix unending trace