Class GrafanaConfigurationServices


  • @Singleton
    @Path("g-dashboards/configuration")
    public class GrafanaConfigurationServices
    extends step.core.deployment.AbstractServices
    • Field Summary

      • Fields inherited from class step.core.deployment.AbstractServices

        configuration, controller
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GrafanaConfiguration getBaseUrl()  
      void init()  
      • Methods inherited from class step.core.deployment.AbstractServices

        getContext, getExecutionRunnable, getObjectEnricher, getScheduler, getSession, setSession
      • Methods inherited from class java.lang.Object

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

      • GrafanaConfigurationServices

        public GrafanaConfigurationServices()
    • Method Detail

      • init

        @PostConstruct
        public void init()
        Overrides:
        init in class step.core.deployment.AbstractServices
      • getBaseUrl

        @GET
        @Consumes("application/json")
        @Produces("application/json")
        public GrafanaConfiguration getBaseUrl()