Versions in this module Expand all Collapse all v0 v0.9.2 Apr 8, 2021 Changes in this version + const Dummy + type HTTPProperties struct + ID string + Service string + type HTTPReqProperties struct + Code 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)