Releases: solarwinds/apm-java
Releases · solarwinds/apm-java
v0.5.1
What's new:
- updated the default collector endpoint.
- added GitHub Actions workflow to build, test and publish the agent artifacts.
v0.4.0
What's New:
- read config file from the same directory as the agent jar if no config file is specified.
- fixed the agent version reported to the collector.
- renamed the environment variable for logging level configuration.
- added a new environment variable for the hostname alias configuration.
- streamlined the connections to the collector by removing unnecessary ping operations.
v0.3.2
v0.3.1
v0.3.0
v0.2.0
v0.1.0
The first release. Note that it's not production-ready yet.
The agent is a custom distro
based on the OpenTelemetry Java agent. It offers the following customizations:
- a sampler
- a span exporter (export spans to the NH backend)
- a profiling span processor
- an inbound metrics span processor
- a context propagator
- and some other miscellaneous add-ons