Skip to content

Releases: instana/go-sensor

v1.7.1

17 Mar 13:41
211434f
Compare
Choose a tag to compare

This patch release includes the following fixes & improvements:

  • Added (*instana.Sensor).Tracer() method to provide access to the underlying tracer outside of the github.com/instana/go-sensor package.

v1.7.0

12 Mar 15:45
ece91bd
Compare
Choose a tag to compare

This minor release includes the following fixes & improvements:

  • Added instana.SpanFromContext() and instana.ContextWithSpan() to pass parent spans inside context.Context
  • github.com/felixge/httpsnoop is not a dependency anymore

v1.6.0

06 Mar 15:07
Compare
Choose a tag to compare

This minor release includes the following fixes & improvements:

  • go-sensor is capable of sending continuous profiles with Instana’s AutoProfile. This functionality is opt-in, to enable profiling add EnableAutoProfile: true to your sensor initialization options.
  • instana.EumSnippet() is deprecated and will be removed soon. The generated JS code is outdated and it is advised to follow the official guide on how to install the EUM snippet for your website.

Please note that starting from this version the officiall support of go1.7 has been dropped. Users still running this version in production should consider an upgrade or use proposed workaround.

v1.5.1

07 Feb 12:44
fdb2ce0
Compare
Choose a tag to compare

This patch release includes the following fixes & improvements:

  • Documentation improvements #80
  • Allow to configure service name via INSTANA_SERVICE_NAME env variable #81

v1.5.0

19 Sep 11:31
Compare
Choose a tag to compare

This patch release includes the following fixes & improvements:

  • Documentation improvements #79
  • EUM: Update with the latest script #77
  • Go modules: Added Go module definitions #75
  • Adapters: remove never taken branch #68
  • goimports update #67

v1.4.17

15 May 12:53
Compare
Choose a tag to compare

This patch release includes the following fixes & improvements:

  • Add support for INSTANA_DEBUG env var; drop INSTANA_DEV #69

Fetch via govendor:
govendor fetch github.com/instana/go-sensor@v1.4.17

Glide (glide.yaml)

import:
  - package: github.com/instana/go-sensor
    version: ^v1.4.17

v1.4.16

13 May 16:20
Compare
Choose a tag to compare

This patch release includes the following fixes & improvements:

  • adapters: remove never taken branch #68 (Thanks @mmlb!)
  • goimports cleanup #67 (Thanks @mmlb!)
  • Update tests, docs and examples to use new repo name #66

Fetch via govendor:
govendor fetch github.com/instana/go-sensor@v1.4.16

Glide (glide.yaml)

import:
  - package: github.com/instana/go-sensor
    version: ^v1.4.16

v1.4.15

15 Apr 13:16
Compare
Choose a tag to compare

This patch release includes the following fixes & improvements:

  • Default Gateway discovery: Remove external dependencies #65 (thanks @jw-s!)

Fetch via govendor:
govendor fetch github.com/instana/go-sensor@v1.4.15

Glide (glide.yaml)

import:
  - package: github.com/instana/go-sensor
    version: ^v1.4.15

v1.4.14

08 Apr 09:04
Compare
Choose a tag to compare

This patch release includes the following fixes & improvements:

  • Simplified HTTP client tracing: New Helper HTTP HandleFunc docs #63

Fetch via govendor:
govendor fetch github.com/instana/go-sensor@v1.4.14

Glide (glide.yaml)

import:
  - package: github.com/instana/go-sensor
    version: ^v1.4.14

v1.4.13

18 Feb 09:16
56457d4
Compare
Choose a tag to compare

This patch release includes the following fixes & improvements:

  • Span Kind cleanup and improvements #62
  • Change version tagging schema to support Go modules

Fetch via govendor:
govendor fetch github.com/instana/go-sensor@v1.4.13

Glide (glide.yaml)

import:
  - package: github.com/instana/go-sensor
    version: ^v1.4.13