java.lang.Object
io.helidon.integrations.oci.metrics.OciMetricsSupport
All Implemented Interfaces:
Service

public class OciMetricsSupport extends Object implements Service
OCI Metrics Support

Even though this service does not create an endpoint, a calling SE app should still register it by invoking Routing.Rules.register(io.helidon.webserver.Service...), as it should with any service it uses. That allows this service to detect when the webserver shuts down so it can shut down as well.

  • Method Details

    • builder

      public static OciMetricsSupport.Builder builder()
      Returns a new Builder for creating an instance of OciMetricsSupport.
      Returns:
      new builder
    • update

      public void update(Routing.Rules rules)
      Description copied from interface: Service
      Updates Routing.Rules with handlers representing this service.
      Specified by:
      update in interface Service
      Parameters:
      rules - a routing rules to update