@ConfigurationProperties(prefix="management.newrelic.metrics.export") public class NewRelicProperties extends StepRegistryProperties
New Relic メトリクスのエクスポートを構成するための @ConfigurationProperties
導入:
2.0.0
作成者:
Jon Schneider, Andy Wilkinson, Stephane Nicoll, Neil Powell
  • コンストラクターの詳細

    • NewRelicProperties

      public NewRelicProperties()
  • メソッドの詳細

    • isMeterNameEventTypeEnabled

      public boolean isMeterNameEventTypeEnabled()
    • setMeterNameEventTypeEnabled

      public void setMeterNameEventTypeEnabled(boolean meterNameEventTypeEnabled)
    • getEventType

      public StringSE getEventType()
    • setEventType

      public void setEventType(StringSE eventType)
    • getClientProviderType

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

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

      public StringSE getApiKey()
    • setApiKey

      public void setApiKey(StringSE apiKey)
    • getAccountId

      public StringSE getAccountId()
    • setAccountId

      public void setAccountId(StringSE accountId)
    • getUri

      public StringSE getUri()
    • setUri

      public void setUri(StringSE uri)