You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,7 @@
8
8
This is the official Go package for [Elastic APM](https://www.elastic.co/solutions/apm).
9
9
10
10
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.
13
12
14
13
## Installation
15
14
@@ -19,11 +18,11 @@ go get go.elastic.co/apm/v2
19
18
20
19
## Requirements
21
20
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
-
25
21
Requires [APM Server](https://github.com/elastic/apm-server) v6.5 or newer.
26
22
23
+
You can find a list of the supported frameworks and other technologies in the
0 commit comments