v1.8.0
This minor release includes the following fixes & improvements:
- Reworked HTTP client & server instrumentation:
- Added
instana.RoundTripper()
andinstana.TracingHandlerFunc()
to instrumentnet/http.Client
andnet/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
- Added
- Pluggable logging for Go sensor:
- Added
instana.SetLogger()
andinstana/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
- Added