Skip to content

Releases: instana/go-sensor

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:

v1.13.1

20 May 15:34
8537bb6
Compare
Choose a tag to compare

This patch release includes the following fixes & improvements:

  • Address an issue with not seeing calls in Instana dashboard, when an HTTP request comes from an unmonitored service to a service that is instrumented via OpenTracing API

v1.13.0

19 May 10:52
9a598b7
Compare
Choose a tag to compare

This minor release includes the following fixes & improvements:

  • An instrumented HTTP client now maintains and sends the W3C Trace Context headers
  • An instrumented HTTP handler picks up Instana trace from W3C Trace Context even if the upstream is not monitored by Instana
  • HTTP calls that have X-Instana-Synthetic set are now marked as synthetic and will be filtered out from the default "Analyze Calls" view. This might be useful to exclude such service calls as health checks or pings from overall metrics.

v1.12.1

06 May 12:43
276f8b6
Compare
Choose a tag to compare

This patch release includes the following fixes & improvements:

  • W3C Trace Context headers sent to an instrumented handler are propagated with each outgoing HTTP request made with instrumented HTTP client to ensure trace continuation.

v1.12.0

04 May 11:02
7bd19c5
Compare
Choose a tag to compare

This minor release includes the following fixes & improvements:

  • Propagate W3C Trace Context headers sent to an instrumented handler to ensure that an existing trace is not terminated after passing through an Instana-instrumented HTTP server.
  • Calls to an instrumented server resulting with HTTP 500 and above are now marked as errors in the dashboard.