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

Method SetMemoryUtilization

orca/server_metrics.go:110–110  ·  view source on GitHub ↗

SetMemoryUtilization sets the memory utilization server metric. Must be in the range [0, 1].

(float64)

Source from the content-addressed store, hash-verified

108 // SetMemoryUtilization sets the memory utilization server metric. Must be
109 // in the range [0, 1].
110 SetMemoryUtilization(float64)
111 // DeleteMemoryUtilization deletes the memory utilization server metric to
112 // prevent it from being sent.
113 DeleteMemoryUtilization()

Implementers 1

serverMetricsRecorderorca/server_metrics.go

Calls

no outgoing calls