Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RoundTripper ¶
type RoundTripper = http.RoundTripper
type TelemeterClient ¶
type TelemeterClient struct {
// contains filtered or unexported fields
}
func NewTelemeterClient ¶
func NewTelemeterClient(tel *telemetry.Telemeter, opts ...telemetry.StartSpanOption) *TelemeterClient
func NewTelemeterClientFrom ¶
func NewTelemeterClientFrom(client *http.Client, tel *telemetry.Telemeter, opts ...telemetry.StartSpanOption) *TelemeterClient
func (*TelemeterClient) HTTPClient ¶
func (c *TelemeterClient) HTTPClient() *http.Client
type TelemeterRoundTripper ¶
type TelemeterRoundTripper struct {
// contains filtered or unexported fields
}
func NewTelemeterRoundTripper ¶
func NewTelemeterRoundTripper(base http.RoundTripper, tel *telemetry.Telemeter, opts ...telemetry.StartSpanOption) *TelemeterRoundTripper
Click to show internal directories.
Click to hide internal directories.