Class MetricConfigGrpc.MetricConfigImplBase
- java.lang.Object
-
- io.opentelemetry.proto.metrics.experimental.MetricConfigGrpc.MetricConfigImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- MetricConfigGrpc
public abstract static class MetricConfigGrpc.MetricConfigImplBase extends Object implements io.grpc.BindableService
MetricConfig is a service that enables updating metric schedules, trace parameters, and other configurations on the SDK without having to restart the instrumented application. The collector can also serve as the configuration service, acting as a bridge between third-party configuration services and the SDK, piping updated configs from a third-party source to an instrumented application.
-
-
Constructor Summary
Constructors Constructor Description MetricConfigImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetMetricConfig(MetricConfigRequest request, io.grpc.stub.StreamObserver<MetricConfigResponse> responseObserver)
-
-
-
Method Detail
-
getMetricConfig
public void getMetricConfig(MetricConfigRequest request, io.grpc.stub.StreamObserver<MetricConfigResponse> responseObserver)
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-