Register implements instrument.Collector.
()
| 56 | |
| 57 | // Register implements instrument.Collector. |
| 58 | func (c *NoopCollector) Register() {} |
| 59 | |
| 60 | // Before implements instrument.Collector. |
| 61 | func (c *NoopCollector) Before(ctx context.Context, method string, start time.Time) {} |
no outgoing calls