package
2.16.1
Repository: https://github.com/elastic/cloud-on-k8s.git
Documentation: pkg.go.dev

# Functions

WithDefaultTransaction configures the roundtripper to start a new APM transaction if no transaction is currently running using the factory function f.
WrapRoundTripper returns a http.Roundtripper wrapping r, reporting each request as a span to Elastic APM, if the request's context contains a sampled transaction Allows an optional default transaction to be configured for requests where context cannot be controlled for example client-go's cache management.

# Type aliases

ClientOption sets options for tracing client requests.