Version 0.2.0
This is a regular monthly cadence release, which follows the releases of
opentelemetry-java-instrumentation and opentelemetry-java (core/sdk).
- Update to opentelemetry-java-instrumentation 1.31.0
- Update to opentelemetry-java sdk 1.31.0
- BREAKING - Update to latest java semantic conventions (#114)
net.host.connection.type
->network.connection.type
net.host.carrier.icc
->network.carrier.icc
net.host.carrier.mcc
->network.carrier.mcc
net.host.carrier.mnc
->network.carrier.mnc
net.host.carrier.name
->network.carrier.name
net.host.connection.type
->network.connection.type
net.host.connection.subtype
->network.connection.subtype
- Add experimental support for okhttp automatic build-time instrumentation (#64, #110)