Registry / observability / apm-module-apmelasticsearch

apm-module-apmelasticsearch

JSON →
library1.15.0gogounverified

Provides support for tracing the HTTP transport layer of Elasticsearch clients in Go applications.

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

apmelasticsearch
go.elastic.co/apm/module/apmelasticsearch

Wraps the Elasticsearch client transport with APM tracing.

package main import ( "github.com/elastic/go-elasticsearch/v8" "go.elastic.co/apm/module/apmelasticsearch" ) func main() { cfg := elasticsearch.Config{ Addresses: []string{"http://localhost:9200"}, Transport: apmelasticsearch.WrapRoundTripper(nil), } _, _ = elasticsearch.NewClient(cfg) }
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
44 hits · last 30 days
node
34
OpenAI (training)
1
Resources
apm-module-apmelasticsearch — go get apm-module-apmelasticsearch · libregistry