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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryPropertiesConfigAdapter
batchSize, enabled, get, stepMethods inherited from class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PropertiesConfigAdapter
getMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micrometer.core.instrument.config.MeterRegistryConfig
get, requireValidMethods inherited from interface io.micrometer.newrelic.NewRelicConfig
validate, validateForInsightsApiMethods inherited from interface io.micrometer.core.instrument.push.PushRegistryConfig
batchSize, connectTimeout, enabled, numThreads, readTimeout, step
-
Constructor Details
-
NewRelicPropertiesConfigAdapter
-
-
Method Details
-
prefix
- Specified by:
prefixin interfaceio.micrometer.core.instrument.config.MeterRegistryConfig- Specified by:
prefixin interfaceio.micrometer.newrelic.NewRelicConfig
-
meterNameEventTypeEnabled
public boolean meterNameEventTypeEnabled()- Specified by:
meterNameEventTypeEnabledin interfaceio.micrometer.newrelic.NewRelicConfig
-
eventType
- Specified by:
eventTypein interfaceio.micrometer.newrelic.NewRelicConfig
-
clientProviderType
public io.micrometer.newrelic.ClientProviderType clientProviderType()- Specified by:
clientProviderTypein interfaceio.micrometer.newrelic.NewRelicConfig
-
apiKey
- Specified by:
apiKeyin interfaceio.micrometer.newrelic.NewRelicConfig
-
accountId
- Specified by:
accountIdin interfaceio.micrometer.newrelic.NewRelicConfig
-
uri
- Specified by:
uriin interfaceio.micrometer.newrelic.NewRelicConfig
-