Skip to content

Commit 90a5963

Browse files
authored
docs: update doc with go support policy (#1488)
* docs: update doc with go support policy * docs: remove go.mod comment the doc doesn't actually mention specific versions
1 parent 326e364 commit 90a5963

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.asciidoc

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ https://github.com/elastic/apm-agent-go/compare/v2.4.3...main[View commits]
3030
==== 2.4.3 - 2023/06/22
3131
3232
- Fixed a data race in HTTP client instrumentation {pull}1472[#1472]
33+
- Bumped minimum Go version to 1.19 {pull}1453[#1453]
34+
- Fixed mixing of OTel and Elastic APM instrumentation {pull}1450[#1450]
35+
- Updated to stable OTel metrics API {pull}1448[#1448]
3336
3437
[[release-notes-2.4.2]]
3538
==== 2.4.2 - 2023/05/22

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
This is the official Go package for [Elastic APM](https://www.elastic.co/solutions/apm).
99

1010
The Go agent enables you to trace the execution of operations in your application,
11-
sending performance metrics and errors to the Elastic APM server. You can find a
12-
list of the supported frameworks and other technologies in the [documentation](https://www.elastic.co/guide/en/apm/agent/go/current/supported-tech.html).
11+
sending performance metrics and errors to the Elastic APM server.
1312

1413
## Installation
1514

@@ -19,11 +18,11 @@ go get go.elastic.co/apm/v2
1918

2019
## Requirements
2120

22-
We support and test against the two latest major releases of Go,
23-
as described by the [Go release policy](https://go.dev/doc/devel/release#policy), on Linux, Windows and MacOS.
24-
2521
Requires [APM Server](https://github.com/elastic/apm-server) v6.5 or newer.
2622

23+
You can find a list of the supported frameworks and other technologies in the
24+
[documentation](https://www.elastic.co/guide/en/apm/agent/go/current/supported-tech.html).
25+
2726
## License
2827

2928
Apache 2.0.

docs/set-up.asciidoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ go get -u go.elastic.co/apm/v2
2121
[float]
2222
=== Requirements
2323

24-
The Go agent is tested with Go 1.8+ on Linux, Windows, and MacOS.
24+
You can find a list of the supported frameworks and other technologies in the
25+
<<supported-tech>> section.
2526

2627
[float]
2728
[[instrumenting-source]]
@@ -46,4 +47,4 @@ See <<configuration>> to learn about all available options.
4647

4748
include::./instrumenting.asciidoc[]
4849
include::./custom-instrumentation.asciidoc[]
49-
include::./context-propagation.asciidoc[]
50+
include::./context-propagation.asciidoc[]

0 commit comments

Comments
 (0)