| Package | Description |
|---|---|
| io.grpc.services |
Service definitions and utilities for the pre-defined gRPC services.
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.Context.Key<CallMetricRecorder> |
InternalCallMetricRecorder.CONTEXT_KEY |
| Modifier and Type | Method and Description |
|---|---|
static CallMetricRecorder |
CallMetricRecorder.getCurrent()
Returns the call metric recorder attached to the current
Context. |
static CallMetricRecorder |
InternalCallMetricRecorder.newCallMetricRecorder() |
CallMetricRecorder |
CallMetricRecorder.recordCallMetric(String name,
double value)
Records a call metric measurement.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Double> |
InternalCallMetricRecorder.finalizeAndDump(CallMetricRecorder recorder) |