Skip to content

Releases: instana/go-sensor

instrumentation/instamux/v1.0.0

17 Aug 13:37
d2f340b
Compare
Choose a tag to compare

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

28 Jul 15:46
Compare
Choose a tag to compare

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 or github.com/uber-go/zap to forward logs to Instana

v1.30.2

12 Jul 09:52
Compare
Choose a tag to compare

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

06 Jul 15:31
Compare
Choose a tag to compare

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

09 Jun 15:21
6fe5349
Compare
Choose a tag to compare

This minor release includes the following fixes & improvements:

  • Add support for instrumentation/instagin

instrumentation/instagin/v1.0.0

09 Jun 15:21
672e20f
Compare
Choose a tag to compare

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

21 May 15:00
3419ee1
Compare
Choose a tag to compare

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

21 May 15:01
f06ddbb
Compare
Choose a tag to compare

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

21 May 15:13
6038921
Compare
Choose a tag to compare

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

23 Apr 11:31
Compare
Choose a tag to compare

This patch release includes the following fixes & improvements:

  • Fix the instana.Version value