Versions in this module Expand all Collapse all v0 v0.10.1 Apr 18, 2022 Changes in this version + const Dummy + type HTTPProperties struct + CustomLabels []string + ID string + Service string + type HTTPReqProperties struct + Code string + CustomLabels []string + ID string + Method string + Service string + type Recorder interface + AddInflightRequests func(ctx context.Context, props HTTPProperties, quantity int) + ObserveHTTPRequestDuration func(ctx context.Context, props HTTPReqProperties, duration time.Duration) + ObserveHTTPResponseSize func(ctx context.Context, props HTTPReqProperties, sizeBytes int64)