@ConfigurationProperties(prefix="management.newrelic.metrics.export") public class NewRelicProperties extends StepRegistryProperties
@ConfigurationProperties for configuring New Relic metrics export.
Since:
2.0.0
Author:
Jon Schneider, Andy Wilkinson, Stephane Nicoll, Neil Powell
  • Constructor Details

    • NewRelicProperties

      public NewRelicProperties()
  • Method Details

    • isMeterNameEventTypeEnabled

      public boolean isMeterNameEventTypeEnabled()
    • setMeterNameEventTypeEnabled

      public void setMeterNameEventTypeEnabled(boolean meterNameEventTypeEnabled)
    • getEventType

      public String getEventType()
    • setEventType

      public void setEventType(String eventType)
    • getClientProviderType

      public io.micrometer.newrelic.ClientProviderType getClientProviderType()
    • setClientProviderType

      public void setClientProviderType(io.micrometer.newrelic.ClientProviderType clientProviderType)
    • getApiKey

      public String getApiKey()
    • setApiKey

      public void setApiKey(String apiKey)
    • getAccountId

      public String getAccountId()
    • setAccountId

      public void setAccountId(String accountId)
    • getUri

      public String getUri()
    • setUri

      public void setUri(String uri)