Releases: solarwinds/appoptics-apm-go
Releases · solarwinds/appoptics-apm-go
v1.10.0
v1.9.0
v1.8.1
v1.8.0
v1.7.0
v1.6.1
v1.6.0
What's new:
- YAML config file support.
- Transaction filtering: explicitly enable/disable traces and metrics of a particular URL.
- Fixed incorrect distro info in metrics messages.
- Renamed tracing mode from "always/never" to "enabled/disabled", the old ones are still supported for backward-compatibility.
- Other internal improvements.
v1.5.0
v1.4.0
What's new:
- Added an environment variable
APPOPTICS_DISABLED
to disable the agent from startup. - Added per-request X-Trace ID. Now every HTTP request, even not sampled, has an
X-Trace
ID attached to the header. - Fixed the version information reported to the AppOptics dashboard.
- Added a new API
SetLogLevel()
. Now the log level can be changed on-the-fly. - Short-circuit the tracing functions when the reporter is closed or disabled.
- Improved the internal message queue capacity for peak workloads.
- Implemented defensive validations for data coming from the backend.
- Fixed a bug on getting the remote settings.
- Other logging improvements.
v1.3.0
What's new:
- Added WaitForReady() API for short-lived jobs.
- Added metrics flush on program exit.
- Improved error printing for invalid service key.
- Added remote settings expiration.
- Fixed gRPC interceptor status codes.
- Fixed the Error KV spec.
- Minimum supported Go version changed to 1.8.
- Other internal improvements.