Skip to content

Releases: instana/go-sensor

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/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

Glide (glide.yaml)

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

1.4.12

25 Jul 09:16
Compare
Choose a tag to compare

This patch release includes the following fixes & improvements:

  • Support setting location of the agent via environment variable (INSTANA_HOST_AGENT) #54

Fetch via govendor:
govendor fetch github.com/instana/[email protected]

Glide (glide.yaml)

import:
  - package: github.com/instana/golang-sensor
    version: ^1.4.12

1.4.11

24 Jul 08:20
9dcca59
Compare
Choose a tag to compare

This patch release includes the following fixes & improvements:

  • Better container pid detection on Linux #53

Fetch via govendor:
govendor fetch github.com/instana/[email protected]

Glide (glide.yaml)

import:
  - package: github.com/instana/golang-sensor
    version: ^1.4.11