Registry / observability / apm-module-apmot

apm-module-apmot

JSON →
library1.15.0gogounverified

An OpenTracing bridge for the Elastic APM Go Agent, enabling distributed tracing with OpenTracing-compatible instrumentation.

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

apmot
go.elastic.co/apm/module/apmot

Wrap the Elastic APM tracer with OpenTracing compatibility.

package main import ( "go.elastic.co/apm/module/apmot" "go.elastic.co/apm/v2" ) func main() { tracer := apm.DefaultTracer() otTracer := apmot.Wrap(tracer) _ = otTracer }
Debug
Known issues
breakingDeprecated in favor of OpenTelemetry; Elastic APM now recommends using the OpenTelemetry SDK.
fix
Migrate to the OpenTelemetry SDK and the Elastic OpenTelemetry distribution.
affects: >=1.15.0
Upgrade
Version history
1.15.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
49 hits · last 30 days
node
40
Amazon
1
OpenAI (training)
1
Resources
apm-module-apmot — go get apm-module-apmot · libregistry