Documentation ¶
Index ¶
- func WrapClient(c *http.Client, tracer aitracer.Tracer, opts ...Option) *http.Client
- type Config
- type Option
- func WithClientResourceGetter(f func(req *http.Request) string) Option
- func WithClientServiceGetter(f func(req *http.Request) string) Option
- func WithClientServiceType(svcType string) Option
- func WithOperation(op string) Option
- func WithTagsExtractor(f func(req *http.Request) map[string]string) Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶ added in v1.3.0
type Option func(*Config)
func WithClientResourceGetter ¶ added in v1.3.16
func WithClientServiceGetter ¶ added in v1.3.0
func WithClientServiceType ¶ added in v1.3.11
func WithOperation ¶ added in v1.3.11
Click to show internal directories.
Click to hide internal directories.