(ctx context.Context, method, statusCode string, start time.Time)
| 26 | Register() |
| 27 | Before(ctx context.Context, method string, start time.Time) |
| 28 | After(ctx context.Context, method, statusCode string, start time.Time) |
| 29 | } |
| 30 | |
| 31 | // HistogramCollector collects the duration of a request |
no outgoing calls