Skip to content

Releases: instana/go-sensor

v1.20.0

18 Sep 16:10
70a0bb3
Compare
Choose a tag to compare

This minor release includes the following fixes & improvements:

  • The AWS Fargate support is now GA with following improvements:
    • The in-app sensor accepts configuration via environment variables.
    • Trace and metrics data is now being sent to Instana backend in one bundle to reduce the number of TLS handshakes

v1.19.0

16 Sep 12:20
c7017c9
Compare
Choose a tag to compare

This minor release includes the following fixes & improvements:

  • Instrumented services running AWS Fargate are now sending the resource usage stats, such as CPU, memory, network, etc., reported by Docker Engine and OS.

instrumentation/cloud.google.com/go/v1.0.0

01 Sep 14:40
e678b9b
Compare
Choose a tag to compare

This is the first release of cloud.google.com/go/storage instrumentation for Instana. github.com/instana/go-sensor/instrumentation/cloud.google.com/go/storage provides wrappers for Google Cloud Storage clients that trace requests to the GCS API with Instana.

To use this module add following line to your go.mod:

require github.com/instana/go-sensor/instrumentation/cloud.google.com/go/storage v1.0.0

For detailed usage example consult the README.

v1.18.0

01 Sep 14:07
3be80d1
Compare
Choose a tag to compare

This minor release includes the following fixes & improvements:

  • Add support for Google Cloud Storage spans
  • Minor improvements to the sensor log format

v1.17.0

13 Aug 13:50
d9b9865
Compare
Choose a tag to compare

This minor release includes the following fixes & improvements:

  • Add support for HTTP query string parameter collection in instrumented handlers/clients (#141)
  • Add support for custom HTTP header capturing (#142)
  • Tracer now can be configured to filter out sensitive information from HTTP parameters

v1.16.0

21 Jul 15:53
4f9dd21
Compare
Choose a tag to compare

This minor release includes the following fixes & improvements:

  • Add support for Instana end-user-monitoring: the correlation data sent by EUM scripts is now included into span payload, allowing to correlate user events to traces
  • The HTTP instrumentation now sends back the Server-Timing header containing the trace ID to the EUM script

v1.15.0

15 Jul 11:51
2908f8b
Compare
Choose a tag to compare

This minor release includes the following fixes & improvements:

  • Added instana.SQLOpen(), instana.InstrumentSQLDriver() and instana.WrapSQLConnector() methods to instrument calls to an SQL database made with database/sql.
  • The README has been restructured for readability

v1.14.1

10 Jul 13:45
b7c323d
Compare
Choose a tag to compare

This patch release includes the following fixes & improvements:

  • The http.path_tpl tag is now forwarded to the host agent within an HTTP span
  • An HTTP path template can be provided while instrumenting a handler. See #135 for details

v1.14.0

03 Jul 10:42
fc199dc
Compare
Choose a tag to compare

This minor release includes the following fixes & improvements:

  • Added support for tracing services running in AWS Fargate. See the README.md on how to configure in-app sensor to send metrics to a serverless agent.
  • Fixed an issue causing two services appearing under the same process when running services with custom name configured via instana.Options{} in containerized environments

v1.13.2

26 Jun 16:42
59ff282
Compare
Choose a tag to compare

This patch release includes the following fixes & improvements: