Class MetricConfigGrpc
- java.lang.Object
-
- io.opentelemetry.proto.metrics.experimental.MetricConfigGrpc
-
@Generated(value="by gRPC proto compiler (version 1.22.1)", comments="Source: opentelemetry/proto/metrics/experimental/metrics_config_service.proto") public final class MetricConfigGrpc extends Object
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMetricConfigGrpc.MetricConfigBlockingStubMetricConfig is a service that enables updating metric schedules, trace parameters, and other configurations on the SDK without having to restart the instrumented application.static classMetricConfigGrpc.MetricConfigFutureStubMetricConfig is a service that enables updating metric schedules, trace parameters, and other configurations on the SDK without having to restart the instrumented application.static classMetricConfigGrpc.MetricConfigImplBaseMetricConfig is a service that enables updating metric schedules, trace parameters, and other configurations on the SDK without having to restart the instrumented application.static classMetricConfigGrpc.MetricConfigStubMetricConfig is a service that enables updating metric schedules, trace parameters, and other configurations on the SDK without having to restart the instrumented application.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<MetricConfigRequest,MetricConfigResponse>getGetMetricConfigMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static MetricConfigGrpc.MetricConfigBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic MetricConfigGrpc.MetricConfigFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic MetricConfigGrpc.MetricConfigStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGetMetricConfigMethod
public static io.grpc.MethodDescriptor<MetricConfigRequest,MetricConfigResponse> getGetMetricConfigMethod()
-
newStub
public static MetricConfigGrpc.MetricConfigStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static MetricConfigGrpc.MetricConfigBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static MetricConfigGrpc.MetricConfigFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-