Registry / observability / apm
library1.15.0gogounverified

Package apm provides an API for tracing transactions and capturing errors, sending the data to Elastic APM.

go get go.elastic.co/apm
INSTALL
IMPORT
SIG · APM
A
apm
observabilitygov1.15.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

apm
go.elastic.co/apm

Start and end an APM transaction.

package main import ( "go.elastic.co/apm" ) func main() { tx := apm.DefaultTracer.StartTransaction("my-transaction", "request") defer tx.End() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.15.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
51 hits · last 30 days
node
40
OpenAI (training)
1
Resources
apm — go get apm · libregistry