UnimplementedMetricsRecorder must be embedded to have forward compatible implementations.
| 119 | |
| 120 | // UnimplementedMetricsRecorder must be embedded to have forward compatible implementations. |
| 121 | type UnimplementedMetricsRecorder struct { |
| 122 | internal.EnforceMetricsRecorderEmbedding |
| 123 | } |
| 124 | |
| 125 | // RecordInt64Count provides a no-op implementation. |
| 126 | func (UnimplementedMetricsRecorder) RecordInt64Count(*Int64CountHandle, int64, ...string) {} |
nothing calls this directly
no outgoing calls
no test coverage detected