Registry / observability / apm-module-apmhttp-v2

apm-module-apmhttp-v2

JSON →
library2.7.12gogounverified

Package apmhttp provides tracing middleware for HTTP servers and clients using Elastic APM.

go get go.elastic.co/apm/module/apmhttp/v2
INSTALL
IMPORT
SIG · APM-MODULE-APMHTTP
A
apm-module-apmhttp-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.

apmhttp
go.elastic.co/apm/module/apmhttp/v2

Wrap an HTTP handler with APM tracing middleware.

package main import ( "net/http" "go.elastic.co/apm/module/apmhttp/v2" ) func main() { http.ListenAndServe(":8080", apmhttp.Wrap(http.DefaultServeMux)) }
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
30
OpenAI (training)
1
Resources
apm-module-apmhttp-v2 — go get apm-module-apmhttp-v2 · libregistry