@ConfigurationProperties(prefix="management.stackdriver.metrics.export") public class StackdriverProperties extends StepRegistryProperties
@ConfigurationProperties for configuring Stackdriver metrics export.
Since:
2.3.0
Author:
Johannes Graf, Stephane Nicoll
  • Constructor Details

    • StackdriverProperties

      public StackdriverProperties()
  • Method Details

    • getProjectId

      public String getProjectId()
    • setProjectId

      public void setProjectId(String projectId)
    • getResourceType

      public String getResourceType()
    • setResourceType

      public void setResourceType(String resourceType)
    • getResourceLabels

      public Map<String,String> getResourceLabels()
    • setResourceLabels

      public void setResourceLabels(Map<String,String> resourceLabels)
    • isUseSemanticMetricTypes

      public boolean isUseSemanticMetricTypes()
    • setUseSemanticMetricTypes

      public void setUseSemanticMetricTypes(boolean useSemanticMetricTypes)
    • getMetricTypePrefix

      public String getMetricTypePrefix()
    • setMetricTypePrefix

      public void setMetricTypePrefix(String metricTypePrefix)