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

Method ServerMetrics

orca/service.go:89–89  ·  view source on GitHub ↗

ServerMetrics returns the current set of server metrics. It should return a read-only, immutable copy of the data that is active at the time of the call.

()

Source from the content-addressed store, hash-verified

87 // return a read-only, immutable copy of the data that is active at the
88 // time of the call.
89 ServerMetrics() *ServerMetrics
90}
91
92// NewService creates a new ORCA service implementation configured using the

Callers 7

sendMetricsResponseMethod · 0.65
setTrailerMetadataMethod · 0.65
startServerFunction · 0.65
TestWRRMetricsMethod · 0.65

Implementers 1

serverMetricsRecorderorca/server_metrics.go

Calls

no outgoing calls

Tested by 5

startServerFunction · 0.52
TestWRRMetricsMethod · 0.52