NewNoopMetrics returns a new NoopMetrics.
()
| 9 | |
| 10 | // NewNoopMetrics returns a new NoopMetrics. |
| 11 | func NewNoopMetrics() *NoopMetrics { |
| 12 | return &NoopMetrics{} |
| 13 | } |
| 14 | |
| 15 | func (n *NoopMetrics) Increment(_ string, _ map[string]string) {} |
| 16 | func (n *NoopMetrics) Counter(_ string, _ map[string]string, _ int64) {} |
no outgoing calls