MCPcopy
hub / github.com/grpc/grpc-go / UnimplementedMetricsRecorder

Struct UnimplementedMetricsRecorder

experimental/stats/metrics.go:121–123  ·  view source on GitHub ↗

UnimplementedMetricsRecorder must be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected