Class NewRelicPropertiesConfigAdapter
java.lang.Object
org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PropertiesConfigAdapter<T>
org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryPropertiesConfigAdapter<T>
org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryPropertiesConfigAdapter<NewRelicProperties>
org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
- All Implemented Interfaces:
io.micrometer.core.instrument.config.MeterRegistryConfig
,io.micrometer.core.instrument.push.PushRegistryConfig
,io.micrometer.core.instrument.step.StepRegistryConfig
,io.micrometer.newrelic.NewRelicConfig
public class NewRelicPropertiesConfigAdapter
extends StepRegistryPropertiesConfigAdapter<NewRelicProperties>
implements io.micrometer.newrelic.NewRelicConfig
Adapter to convert
NewRelicProperties
to a NewRelicConfig
.- Since:
- 2.0.0
- Author:
- Jon Schneider, Neil Powell
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryPropertiesConfigAdapter
batchSize, enabled, get, step
Methods inherited from class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PropertiesConfigAdapter
get
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micrometer.core.instrument.config.MeterRegistryConfig
get, requireValid
Methods inherited from interface io.micrometer.newrelic.NewRelicConfig
validate, validateForInsightsApi
Methods inherited from interface io.micrometer.core.instrument.push.PushRegistryConfig
batchSize, connectTimeout, enabled, numThreads, readTimeout, step
-
Constructor Details
-
NewRelicPropertiesConfigAdapter
-
-
Method Details
-
prefix
- Specified by:
prefix
in interfaceio.micrometer.core.instrument.config.MeterRegistryConfig
- Specified by:
prefix
in interfaceio.micrometer.newrelic.NewRelicConfig
-
meterNameEventTypeEnabled
public boolean meterNameEventTypeEnabled()- Specified by:
meterNameEventTypeEnabled
in interfaceio.micrometer.newrelic.NewRelicConfig
-
eventType
- Specified by:
eventType
in interfaceio.micrometer.newrelic.NewRelicConfig
-
clientProviderType
public io.micrometer.newrelic.ClientProviderType clientProviderType()- Specified by:
clientProviderType
in interfaceio.micrometer.newrelic.NewRelicConfig
-
apiKey
- Specified by:
apiKey
in interfaceio.micrometer.newrelic.NewRelicConfig
-
accountId
- Specified by:
accountId
in interfaceio.micrometer.newrelic.NewRelicConfig
-
uri
- Specified by:
uri
in interfaceio.micrometer.newrelic.NewRelicConfig
-