Class MetricsServiceGrpc.MetricsServiceImplBase
java.lang.Object
io.opentelemetry.proto.collector.metrics.v1.MetricsServiceGrpc.MetricsServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService,MetricsServiceGrpc.AsyncService
- Enclosing class:
- MetricsServiceGrpc
public abstract static class MetricsServiceGrpc.MetricsServiceImplBase
extends Object
implements io.grpc.BindableService, MetricsServiceGrpc.AsyncService
Base class for the server implementation of the service MetricsService.
Service that can be used to push metrics between one Application instrumented with OpenTelemetry and a collector, or between a collector and a central collector.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.opentelemetry.proto.collector.metrics.v1.MetricsServiceGrpc.AsyncService
export
-
Constructor Details
-
MetricsServiceImplBase
public MetricsServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-