Releases: instana/go-sensor
instrumentation/instamux/v1.0.0
This is the first release of instrumentation/instamux
. It provides a middleware to instrument HTTP services that use github.com/gorilla/mux
router.
More information and example of usage can be found here.
v1.31.0
This minor release includes the following fixes & improvements:
- Log records created via the OpenTracing span API using
(opentracing.Span).LogFields()
and similar methods are now forwarded to the agent if they contain a field with"error"
or"error.object"
as a key. These records can be found in the "Logs" tab at the call details page for this trace. - Added a new span data type for sending log spans to the agent. This allows instrumenting the logging frameworks such as
github.com/sirupsen/logrus
orgithub.com/uber-go/zap
to forward logs to Instana
v1.30.2
This patch release includes the following fixes & improvements:
- Fix sending custom tags set for instrumentation spans to have them displayed in the Span Details pane of Instana UI
v1.30.1
This patch release includes the following fixes & improvements:
- Do not send an empty
tracestate
HTTP header downstream when tracing is disabled - Minor documentation improvements
v1.30.0
This minor release includes the following fixes & improvements:
- Add support for
instrumentation/instagin
instrumentation/instagin/v1.0.0
This is the first release of instrumentation/instagin
. It provides a middleware to instrument Gin framework.
More information and example of usage can be found here.
v1.29.0
This minor release includes the following fixes & improvements:
- Add a new span type for AWS Lambda invoke call.
- Check if the instrumented version of a SQL driver has already been registered and ignore any attempt to register it with the same name again.
instrumentation/instalambda/v1.3.0
This minor release of github.com/instana/go-sensor/instrumentation/instalambda
includes the following fixes & improvements::
- Support direct AWS Lambda function's invocation.
instrumentation/instaawssdk/v1.1.0
This minor release of github.com/instana/go-sensor/instrumentation/instaawssdk
includes the following fixes & improvements:
- Add instrumentation for direct AWS Lambda Invoke call.
v1.28.1
This patch release includes the following fixes & improvements:
- Fix the
instana.Version
value