Class StackdriverProperties


  • @ConfigurationProperties(prefix="management.metrics.export.stackdriver")
    public class StackdriverProperties
    extends StepRegistryProperties
    ConfigurationProperties for configuring metrics export to Stackdriver.
    Since:
    1.1.0
    • Constructor Detail

      • StackdriverProperties

        public StackdriverProperties()
    • Method Detail

      • getProjectId

        public java.lang.String getProjectId()
      • setProjectId

        public void setProjectId​(java.lang.String projectId)
      • getServiceAccountCredentials

        public org.springframework.core.io.Resource getServiceAccountCredentials()
      • setServiceAccountCredentials

        public void setServiceAccountCredentials​(org.springframework.core.io.Resource serviceAccountCredentials)