Releases: instana/go-sensor
v1.6.0
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 addEnableAutoProfile: 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
v1.5.0
v1.4.17
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
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
This patch release includes the following fixes & improvements:
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
This patch release includes the following fixes & improvements:
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
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
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
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