Class GrafanaConfigurationServices
- java.lang.Object
-
- step.core.deployment.AbstractServices
-
- step.plugins.analytics.grafana.conf.GrafanaConfigurationServices
-
@Singleton @Path("g-dashboards/configuration") public class GrafanaConfigurationServices extends step.core.deployment.AbstractServices
-
-
Constructor Summary
Constructors Constructor Description GrafanaConfigurationServices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GrafanaConfiguration
getBaseUrl()
void
init()
-
-
-
Method Detail
-
init
@PostConstruct public void init()
- Overrides:
init
in classstep.core.deployment.AbstractServices
-
getBaseUrl
@GET @Consumes("application/json") @Produces("application/json") public GrafanaConfiguration getBaseUrl()
-
-