Skip to content

v1.4.0

Compare
Choose a tag to compare
@jiwen624 jiwen624 released this 01 Oct 21:38
· 521 commits to master since this release
39bfa92

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.