Class NewRelicProperties


  • @ConfigurationProperties(prefix="management.metrics.export.newrelic")
    public class NewRelicProperties
    extends StepRegistryProperties
    ConfigurationProperties for configuring New Relic metrics export.
    Since:
    1.0.0
    • Constructor Detail

      • NewRelicProperties

        public NewRelicProperties()
    • Method Detail

      • isMeterNameEventTypeEnabled

        public boolean isMeterNameEventTypeEnabled()
      • setMeterNameEventTypeEnabled

        public void setMeterNameEventTypeEnabled​(boolean meterNameEventTypeEnabled)
      • getEventType

        public java.lang.String getEventType()
      • setEventType

        public void setEventType​(java.lang.String eventType)
      • getApiKey

        public java.lang.String getApiKey()
      • setApiKey

        public void setApiKey​(java.lang.String apiKey)
      • getAccountId

        public java.lang.String getAccountId()
      • setAccountId

        public void setAccountId​(java.lang.String accountId)
      • getUri

        public java.lang.String getUri()
      • setUri

        public void setUri​(java.lang.String uri)