Releases: instana/go-sensor
Releases · instana/go-sensor
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
v1.28.0
This minor release includes the following fixes & improvements:
- Allow specifying custom tags for the spans that were created by Instana instrumentation packages
- Use W3C Trace Context as a fallback in case Instana trace context is incomplete to ensure trace continuation
- An example of instrumenting gRPC server and client
instrumentation/instalambda/v1.2.0
This release adds the following functionality:
- Whenever a Lambda function is invoked via an HTTP trigger, W3C trace context headers will be used if there are no Instana headers found.
v1.27.5
This patch release includes the following fixes & improvements:
- Ensure that the global sensor is initialized before sending collected data
v1.27.4
This patch release includes the following fixes & improvements:
- Ensure that both global sensor and its agent client are initialized before sending collected data
- Prevent the service from panicking when creating an instance of
instana.Tracer
withinstana.NewTracer()
by using default options to initialize the global sensor - Make
(instana.meterS).Run()
block until it's stopped
v1.27.3
This patch release includes the following fixes & improvements:
- Fix the agent access data race during the sensor initialization
- Ensure the app does not crash if the agent client is accessed before initialization is completed
v1.27.2
This patch release includes the following fixes & improvements:
- Fix the data race during agent initialization
v1.27.1
This patch release includes the following fixes & improvements:
- HTTP handler spans are marked as errors if the server has responded with a server error code (HTTP 500 and above)
- Minor readability improvements to the debug log messages