Skip to content

v1.8.0

Compare
Choose a tag to compare
@andrewslotin andrewslotin released this 25 Mar 16:40
3209d8b

This minor release includes the following fixes & improvements:

  • Reworked HTTP client & server instrumentation:
    • Added instana.RoundTripper() and instana.TracingHandlerFunc() to instrument net/http.Client and net/http.Server. See the corresponding README sections for HTTP client and server instrumentation for details
    • Previously used (*instana.Sensor).TraceHandler(), (*instana.Sensor).TracingHandler(), (*instana.Sensor).TracingHttpRequest() and (*instana.Sensor).WithTracingSpan() were deprecated
  • Pluggable logging for Go sensor:
    • Added instana.SetLogger() and instana/autoprofile.SetLogger() that allow to use 3rd-party logger to write diagnostic messages. See the corresponding README section for details
    • Added new package instana/logger that provides an implementation for the default logger
    • autoprofile.SetLogLevel() was deprecated