Registry / observability / apm-v2

apm-v2

JSON →
library2.7.12gogounverified

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

go get go.elastic.co/apm/v2
INSTALL
IMPORT
SIG · APM-V2
A
apm-v2
observabilitygov2.7.12
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/v2

Start and end an APM transaction

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
32
OpenAI (training)
1
Resources
apm-v2 — go get apm-v2 · libregistry