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.
()
| 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 |
no outgoing calls