github.com/waldiirawan/apm-agent-go/v2@v2.2.2/README.md (about) 1 [![Build Status](https://apm-ci.elastic.co/buildStatus/icon?job=apm-agent-go/apm-agent-go-mbp/main)](https://apm-ci.elastic.co/job/apm-agent-go/job/apm-agent-go-mbp/job/main/) 2 [![PkgGoDev](https://pkg.go.dev/badge/github.com/waldiirawan/apm-agent-go/v2)](https://pkg.go.dev/github.com/waldiirawan/apm-agent-go/v2) 3 [![Go Report Card](https://goreportcard.com/badge/github.com/waldiirawan/apm-agent-go/v2)](https://goreportcard.com/report/github.com/waldiirawan/apm-agent-go/v2) 4 [![codecov.io](https://codecov.io/github/elastic/apm-agent-go/coverage.svg?branch=main)](https://codecov.io/github/elastic/apm-agent-go?branch=main) 5 6 # apm-agent-go: APM Agent for Go 7 8 This is the official Go package for [Elastic APM](https://www.elastic.co/solutions/apm). 9 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). 13 14 We'd love to hear your feedback, please take a minute to fill out our [survey](https://docs.google.com/forms/d/e/1FAIpQLScbW7D8m-otPO7cxqeg7XstWR8vMnxG6brnXLs_TFVSTHuHvg/viewform?usp=sf_link). 15 16 ## Installation 17 18 ```bash 19 go get github.com/waldiirawan/apm-agent-go/v2 20 ``` 21 22 ## Requirements 23 24 Tested with Go 1.15+ on Linux, Windows and MacOS. 25 26 Requires [APM Server](https://github.com/elastic/apm-server) v6.5 or newer. 27 28 ## License 29 30 Apache 2.0. 31 32 ## Documentation 33 34 [Elastic APM Go documentation](https://www.elastic.co/guide/en/apm/agent/go/current/index.html). 35 36 ## Getting Help 37 38 If you find a bug, please [report an issue](https://github.com/elastic/apm-agent-go/issues). 39 For any other assistance, please open or add to a topic on the [APM discuss forum](https://discuss.elastic.co/c/apm).