Class PrometheusCanaryScopeFactory

  • All Implemented Interfaces:
    com.netflix.kayenta.canary.CanaryScopeFactory

    @Component
    public class PrometheusCanaryScopeFactory
    extends java.lang.Object
    implements com.netflix.kayenta.canary.CanaryScopeFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.netflix.kayenta.canary.CanaryScope buildCanaryScope​(com.netflix.kayenta.canary.CanaryScope canaryScope)  
      boolean handles​(java.lang.String serviceType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PrometheusCanaryScopeFactory

        public PrometheusCanaryScopeFactory()
    • Method Detail

      • handles

        public boolean handles​(java.lang.String serviceType)
        Specified by:
        handles in interface com.netflix.kayenta.canary.CanaryScopeFactory
      • buildCanaryScope

        public com.netflix.kayenta.canary.CanaryScope buildCanaryScope​(com.netflix.kayenta.canary.CanaryScope canaryScope)
        Specified by:
        buildCanaryScope in interface com.netflix.kayenta.canary.CanaryScopeFactory