Class 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 Detail

      • MetricConfigImplBase

        public MetricConfigImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService